HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
Go to the documentation of this file.
24 #include "user_config.h"
27 #define UNL 0x3F // Unlisten
28 #define UNT 0x5F // Untalk
29 #define LLO 0x11 // Local lockout
30 #define DCL 0x14 // Device clear
31 #define PPU 0x15 // Parallell poll unconfigure
32 #define SPE 0x18 // Serial poll enable
33 #define SPD 0x19 // Serial poll disable
34 #define GTL 0x01 // Go to local
35 #define SDC 0x04 // Selected device clear
36 #define PPC 0x05 // Parallell poll configure
37 #define GET 0x08 // Group execute trigger
38 #define TCT 0x09 // Take control
66 #endif // #ifndef _AMIGO_H_
int Amigo_Command(int secondary)
int amigo_todo_op(uint8_t secondary, uint8_t opcode, int len)
int amigo_buffered_read_command(void)
int AMIGO_COMMANDS(uint8_t ch)
int amigo_verify(uint16_t sectors)
int amigo_seek(AMIGOStateType *p)
int amigo_increment(char *msg)
int amigo_format(uint8_t db)
int amigo_cmd_clear(void)
GPIB, AMIGO, SS80 and device defines.
int amigo_cmd_wakeup(void)
int amigo_buffered_read_execute(void)
int amigo_buffered_read(void)
int amigo_request_status(void)
void amigo_check_unit(uint8_t unit)
int amigo_send_status(void)
int amigo_todo(uint8_t secondary)
uint8_t secondary
gpib secondary
AMIGO emulator state machine index.
int amigo_buffered_write(void)
int amigo_send_logical_address(void)
int amigo_request_logical_address(void)
int Amigo_Execute(int secondary)