HP85 GPIB Disk Emulator  1.0
HP85GPIBDiskEmulator
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
amigo.h
Go to the documentation of this file.
1 
21 #ifndef _AMIGO_H_
22 #define _AMIGO_H_
23 
24 #include "user_config.h"
25 #include "defines.h"
26 
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
39 
40 
41 /* amigo.c */
42 void amigo_init ( void );
44 int amigo_request_status ( void );
45 int amigo_send_logical_address ( void );
46 int amigo_send_status ( void );
47 int amigo_increment ( char *msg );
48 int amigo_seek ( AMIGOStateType *p );
49 int amigo_verify ( uint16_t sectors );
50 int amigo_format ( uint8_t db );
51 int amigo_buffered_read ( void );
52 int amigo_buffered_read_command ( void );
53 int amigo_buffered_read_execute ( void );
54 int amigo_buffered_write ( void );
55 int amigo_cmd_dsj ( void );
56 int amigo_cmd_wakeup ( void );
57 int amigo_cmd_clear ( void );
58 int amigo_todo_op ( uint8_t secondary , uint8_t opcode , int len );
59 int amigo_todo ( uint8_t secondary );
60 void amigo_check_unit ( uint8_t unit );
61 int Amigo_Command ( int secondary );
62 int Amigo_Execute ( int secondary );
63 int AMIGO_COMMANDS ( uint8_t ch );
64 
65 
66 #endif // #ifndef _AMIGO_H_
Amigo_Command
int Amigo_Command(int secondary)
amigo_todo_op
int amigo_todo_op(uint8_t secondary, uint8_t opcode, int len)
amigo_buffered_read_command
int amigo_buffered_read_command(void)
AMIGO_COMMANDS
int AMIGO_COMMANDS(uint8_t ch)
amigo_verify
int amigo_verify(uint16_t sectors)
amigo_seek
int amigo_seek(AMIGOStateType *p)
amigo_increment
int amigo_increment(char *msg)
amigo_format
int amigo_format(uint8_t db)
amigo_cmd_clear
int amigo_cmd_clear(void)
defines.h
GPIB, AMIGO, SS80 and device defines.
amigo_init
void amigo_init(void)
amigo_cmd_wakeup
int amigo_cmd_wakeup(void)
amigo_buffered_read_execute
int amigo_buffered_read_execute(void)
amigo_buffered_read
int amigo_buffered_read(void)
amigo_request_status
int amigo_request_status(void)
amigo_check_unit
void amigo_check_unit(uint8_t unit)
amigo_send_status
int amigo_send_status(void)
amigo_todo
int amigo_todo(uint8_t secondary)
secondary
uint8_t secondary
gpib secondary
Definition: gpib.c:100
AMIGOStateType
AMIGO emulator state machine index.
Definition: drives.h:57
amigo_buffered_write
int amigo_buffered_write(void)
amigo_send_logical_address
int amigo_send_logical_address(void)
amigo_request_logical_address
int amigo_request_logical_address(void)
Amigo_Execute
int Amigo_Execute(int secondary)
amigo_cmd_dsj
int amigo_cmd_dsj(void)