Go to the source code of this file.
|
| void | c64_xpen (Environment *_environment, char *_destination) |
| void | c64_ypen (Environment *_environment, char *_destination) |
| void | c64_dload (Environment *_environment, char *_filename, char *_offset, char *_address, char *_size) |
| void | c64_dsave (Environment *_environment, char *_filename, char *_offset, char *_address, char *_size) |
| void | c64_sys_call (Environment *_environment, int _destination) |
| void | c64_timer_set_status_on (Environment *_environment, char *_timer) |
| void | c64_timer_set_status_off (Environment *_environment, char *_timer) |
| void | c64_timer_set_counter (Environment *_environment, char *_timer, char *_counter) |
| void | c64_timer_set_init (Environment *_environment, char *_timer, char *_init) |
| void | c64_timer_set_address (Environment *_environment, char *_timer, char *_address) |
| void | c64_chain (Environment *_environment, char *_filename) |
◆ BANK_BASE_ADDRESS
| #define BANK_BASE_ADDRESS 0 |
Definition at line 42 of file c64.h.
◆ BANK_COUNT
| #define BANK_COUNT 0 /* by command line */ |
Definition at line 40 of file c64.h.
◆ BANK_SIZE
Definition at line 41 of file c64.h.
◆ DEFAULT_PAINT_BUCKET_SIZE
| #define DEFAULT_PAINT_BUCKET_SIZE 512 |
Definition at line 38 of file c64.h.
◆ DSTRING_DEFAULT_COUNT
| #define DSTRING_DEFAULT_COUNT 255 |
Definition at line 46 of file c64.h.
◆ DSTRING_DEFAULT_SPACE
| #define DSTRING_DEFAULT_SPACE 1024 |
Definition at line 47 of file c64.h.
◆ MAX_AUDIO_CHANNELS
| #define MAX_AUDIO_CHANNELS 3 |
Definition at line 44 of file c64.h.
◆ SCREEN_CAPABILITIES
Definition at line 36 of file c64.h.
◆ c64_chain()
| void c64_chain |
( |
Environment * | _environment, |
|
|
char * | _filename ) |
◆ c64_dload()
| void c64_dload |
( |
Environment * | _environment, |
|
|
char * | _filename, |
|
|
char * | _offset, |
|
|
char * | _address, |
|
|
char * | _size ) |
Definition at line 68 of file c64.c.
◆ c64_dsave()
| void c64_dsave |
( |
Environment * | _environment, |
|
|
char * | _filename, |
|
|
char * | _offset, |
|
|
char * | _address, |
|
|
char * | _size ) |
◆ c64_sys_call()
| void c64_sys_call |
( |
Environment * | _environment, |
|
|
int | _destination ) |
◆ c64_timer_set_address()
| void c64_timer_set_address |
( |
Environment * | _environment, |
|
|
char * | _timer, |
|
|
char * | _address ) |
◆ c64_timer_set_counter()
| void c64_timer_set_counter |
( |
Environment * | _environment, |
|
|
char * | _timer, |
|
|
char * | _counter ) |
◆ c64_timer_set_init()
| void c64_timer_set_init |
( |
Environment * | _environment, |
|
|
char * | _timer, |
|
|
char * | _init ) |
◆ c64_timer_set_status_off()
| void c64_timer_set_status_off |
( |
Environment * | _environment, |
|
|
char * | _timer ) |
◆ c64_timer_set_status_on()
| void c64_timer_set_status_on |
( |
Environment * | _environment, |
|
|
char * | _timer ) |
◆ c64_xpen()
| void c64_xpen |
( |
Environment * | _environment, |
|
|
char * | _destination ) |
Definition at line 43 of file c64.c.
◆ c64_ypen()
| void c64_ypen |
( |
Environment * | _environment, |
|
|
char * | _destination ) |
Definition at line 57 of file c64.c.