HP85 GPIB Disk Emulator  1.0
HP85GPIBDiskEmulator
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions
amigo.h File Reference

AMIGO disk emulator for HP85 disk emulator project for AVR. More...

#include "user_config.h"
#include "defines.h"

Go to the source code of this file.

Macros

#define UNL   0x3F
 
#define UNT   0x5F
 
#define LLO   0x11
 
#define DCL   0x14
 
#define PPU   0x15
 
#define SPE   0x18
 
#define SPD   0x19
 
#define GTL   0x01
 
#define SDC   0x04
 
#define PPC   0x05
 
#define GET   0x08
 
#define TCT   0x09
 

Functions

void amigo_init (void)
 
int amigo_request_logical_address (void)
 
int amigo_request_status (void)
 
int amigo_send_logical_address (void)
 
int amigo_send_status (void)
 
int amigo_increment (char *msg)
 
int amigo_seek (AMIGOStateType *p)
 
int amigo_verify (uint16_t sectors)
 
int amigo_format (uint8_t db)
 
int amigo_buffered_read (void)
 
int amigo_buffered_read_command (void)
 
int amigo_buffered_read_execute (void)
 
int amigo_buffered_write (void)
 
int amigo_cmd_dsj (void)
 
int amigo_cmd_wakeup (void)
 
int amigo_cmd_clear (void)
 
int amigo_todo_op (uint8_t secondary, uint8_t opcode, int len)
 
int amigo_todo (uint8_t secondary)
 
void amigo_check_unit (uint8_t unit)
 
int Amigo_Command (int secondary)
 
int Amigo_Execute (int secondary)
 
int AMIGO_COMMANDS (uint8_t ch)
 

Detailed Description

AMIGO disk emulator for HP85 disk emulator project for AVR.

Edit History - [1.0] [Mike Gore] Initial revision of file.
Copyright © 2014-2020 Mike Gore, All rights reserved. GPL
Copyright © 2014-2020 Mike Gore, All rights reserved. GPL
See also
http://github.com/magore/hp85disk
http://github.com/magore/hp85disk/COPYRIGHT.md for Copyright details
http://github.com/magore/hp85disk
http://github.com/magore/hp85disk/COPYRIGHT.md for Copyright details
Based on work by Anders Gustafsson.
Copyright © 2014 Anders Gustafsson All rights reserved..

Definition in file amigo.h.

Macro Definition Documentation

◆ DCL

#define DCL   0x14

Definition at line 30 of file amigo.h.

◆ GET

#define GET   0x08

Definition at line 37 of file amigo.h.

◆ GTL

#define GTL   0x01

Definition at line 34 of file amigo.h.

◆ LLO

#define LLO   0x11

Definition at line 29 of file amigo.h.

◆ PPC

#define PPC   0x05

Definition at line 36 of file amigo.h.

◆ PPU

#define PPU   0x15

Definition at line 31 of file amigo.h.

◆ SDC

#define SDC   0x04

Definition at line 35 of file amigo.h.

◆ SPD

#define SPD   0x19

Definition at line 33 of file amigo.h.

◆ SPE

#define SPE   0x18

Definition at line 32 of file amigo.h.

◆ TCT

#define TCT   0x09

Definition at line 38 of file amigo.h.

◆ UNL

#define UNL   0x3F

Definition at line 27 of file amigo.h.

◆ UNT

#define UNT   0x5F

Definition at line 28 of file amigo.h.

Function Documentation

◆ amigo_buffered_read()

int amigo_buffered_read ( void  )

◆ amigo_buffered_read_command()

int amigo_buffered_read_command ( void  )

◆ amigo_buffered_read_execute()

int amigo_buffered_read_execute ( void  )

◆ amigo_buffered_write()

int amigo_buffered_write ( void  )

◆ amigo_check_unit()

void amigo_check_unit ( uint8_t  unit)

◆ amigo_cmd_clear()

int amigo_cmd_clear ( void  )

Referenced by GPIB().

◆ amigo_cmd_dsj()

int amigo_cmd_dsj ( void  )

◆ amigo_cmd_wakeup()

int amigo_cmd_wakeup ( void  )

◆ Amigo_Command()

int Amigo_Command ( int  secondary)

◆ AMIGO_COMMANDS()

int AMIGO_COMMANDS ( uint8_t  ch)

Referenced by GPIB_COMMANDS().

◆ Amigo_Execute()

int Amigo_Execute ( int  secondary)

◆ amigo_format()

int amigo_format ( uint8_t  db)

◆ amigo_increment()

int amigo_increment ( char *  msg)

◆ amigo_init()

void amigo_init ( void  )

Referenced by gpib_init_devices().

◆ amigo_request_logical_address()

int amigo_request_logical_address ( void  )

◆ amigo_request_status()

int amigo_request_status ( void  )

◆ amigo_seek()

int amigo_seek ( AMIGOStateType p)

◆ amigo_send_logical_address()

int amigo_send_logical_address ( void  )

◆ amigo_send_status()

int amigo_send_status ( void  )

◆ amigo_todo()

int amigo_todo ( uint8_t  secondary)

◆ amigo_todo_op()

int amigo_todo_op ( uint8_t  secondary,
uint8_t  opcode,
int  len 
)

◆ amigo_verify()

int amigo_verify ( uint16_t  sectors)