Go to the source code of this file.
◆ C64_BASIC_LOAD_ADDR
#define C64_BASIC_LOAD_ADDR 0x0801 |
◆ C65_BASIC_LOAD_ADDR
#define C65_BASIC_LOAD_ADDR 0x2001 |
◆ CBM_SCREEN_PRINTF
#define CBM_SCREEN_PRINTF |
( |
|
scrp, |
|
|
|
... |
|
) |
| |
Value: do { \
char __buffer__[80]; \
sprintf(__buffer__, ##__VA_ARGS__); \
_cbm_screen_write(scrp, __buffer__); \
} while (0)
Definition at line 71 of file inject.c.
◆ inject_ready_check_do()
void inject_ready_check_do |
( |
void |
| ) |
|
◆ inject_register_allow_disk_access()
void inject_register_allow_disk_access |
( |
void |
| ) |
|
◆ inject_register_prg()
int inject_register_prg |
( |
const char * |
prg_fn, |
|
|
int |
prg_mode |
|
) |
| |
◆ inject_register_ready_status()
int inject_register_ready_status |
( |
const char * |
debug_msg, |
|
|
void(*)(void *) |
callback, |
|
|
void * |
userdata |
|
) |
| |
◆ c64_mode
◆ inject_ready_check_status
int inject_ready_check_status = 0 |
◆ load_addr
◆ run_it
◆ size
◆ stream