61#define KEY_ASTERISK 0xff
68#define KEY_COMMODORE 0xff
70#define KEY_CRSR_LEFT_RIGHT 0xff
71#define KEY_CRSR_UP_DOWN 0xff
93#define KEY_LEFT_ARROW 0xff
94#define KEY_LEFT_SHIFT 42
102#define KEY_POUND 0xff
106#define KEY_RIGHT_SHIFT 54
107#define KEY_RUNSTOP 0xff
109#define KEY_SEMICOLON 0xff
110#define KEY_SLASH 0xff
114#define KEY_UP_ARROW 0xff
120#define KEY_BACKSLASH 41
121#define KEY_SQUARE_OPEN 0xff
122#define KEY_SQUARE_CLOSED 0xff
123#define KEY_SEMICOMMA 0xff
124#define KEY_QUOTE 0xff
127#define KEY_SHIFT 0xff
129#define KEY_GRAPH 0xff
136#define KEY_SELECT 0xff
144#define KEY_DIVISION 0xff
146#define KEYBOARD_CONFIG_DEFAULT_SYNC 1
148#define INPUT_DEFAULT_SEPARATOR ','
149#define INPUT_DEFAULT_SIZE 32
150#define INPUT_DEFAULT_CURSOR 0x60
152#define SCREEN_CAPABILITIES ( ( 1<<TILEMAP_NATIVE ) | ( 1<<BITMAP_NATIVE ) )
162#define JOYSTICK_CONFIG_DEFAULT_SYNC 1
164#define DEFAULT_PAINT_BUCKET_SIZE 64
168#define BANK_BASE_ADDRESS 0
170#define MAX_AUDIO_CHANNELS 3
172#define DSTRING_DEFAULT_COUNT 255
173#define DSTRING_DEFAULT_SPACE 1024
void pccga_wait_fire_semivar(Environment *_environment, char *_port, int _release)
void pccga_wait_fire(Environment *_environment, int _port, int _release)
void pccga_joy_vars(Environment *_environment, char *_port, char *_value)
void pccga_wait_key_or_fire(Environment *_environment, int _port, int _release)
void pccga_wait_key(Environment *_environment, int _release)
void pccga_asciicode(Environment *_environment, char *_scacode)
void pccga_keyshift(Environment *_environment, char *_shifts)
void pccga_key_pressed(Environment *_environment, char *_scancode, char *_result)
void pccga_joy(Environment *_environment, int _port, char *_value)
void pccga_timer_set_address(Environment *_environment, char *_timer, char *_address)
void pccga_scancode(Environment *_environment, char *_scacode)
void pccga_wait_key_or_fire_semivar(Environment *_environment, char *_port, int _release)
void pccga_key_state(Environment *_environment, char *_scancode, char *_result)
void pccga_inkey(Environment *_environment, char *_pressed, char *_key)
void pccga_timer_set_init(Environment *_environment, char *_timer, char *_init)
void pccga_scanshift(Environment *_environment, char *_shifts)
void pccga_timer_set_status_on(Environment *_environment, char *_timer)
void pccga_timer_set_status_off(Environment *_environment, char *_timer)
void pccga_sys_call(Environment *_environment, int _destination)
void pccga_clear_key(Environment *_environment)
void pccga_timer_set_counter(Environment *_environment, char *_timer, char *_counter)
struct _Environment Environment
Structure of compilation environment.