Go to the source code of this file.
|
void | apply_memory_config (void) |
|
void | clear_emu_events (void) |
|
void | d81access_cb_chgmode (const int which, const int mode) |
|
int | fdc_cb_rd_sec (const int which, Uint8 *buffer, const Uint8 side, const Uint8 track, const Uint8 sector) |
|
int | fdc_cb_wr_sec (const int which, Uint8 *buffer, const Uint8 side, const Uint8 track, const Uint8 sector) |
|
int | c65_load_rom (const char *fn, unsigned int dma_rev) |
|
void | cpu65_do_aug_callback (void) |
|
void | cpu65_do_nop_callback (void) |
|
Uint8 | io_read (int addr) |
|
void | io_write (int addr, Uint8 data) |
|
void | write_phys_mem (int addr, Uint8 data) |
|
void | write_phys_mem_for_dma (int addr, Uint8 data) |
|
Uint8 | read_phys_mem (int addr) |
|
Uint8 | read_phys_mem_for_dma (int addr) |
|
Uint8 | cpu65_read_callback (Uint16 addr) |
|
void | cpu65_write_callback (Uint16 addr, Uint8 data) |
|
void | cpu65_write_rmw_callback (Uint16 addr, Uint8 old_data, Uint8 new_data) |
|
int | dump_memory (const char *fn) |
|
int | c65_reset_asked (void) |
|
void | c65_reset (void) |
|
int | emu_callback_key (int pos, SDL_Scancode key, int pressed, int handled) |
|
int | main (int argc, char **argv) |
|
◆ IO_REMAP_VIRTUAL
#define IO_REMAP_VIRTUAL 0x110000 |
◆ ROM_8000_REMAP
#define ROM_8000_REMAP 0x30000 |
◆ ROM_A000_REMAP
#define ROM_A000_REMAP 0x30000 |
◆ ROM_C000_REMAP
#define ROM_C000_REMAP 0x20000 |
◆ ROM_C64_BASIC_REMAP
#define ROM_C64_BASIC_REMAP 0x20000 |
◆ ROM_C64_CHR_REMAP
#define ROM_C64_CHR_REMAP 0x20000 |
◆ ROM_C64_KERNAL_REMAP
#define ROM_C64_KERNAL_REMAP 0x20000 |
◆ ROM_E000_REMAP
#define ROM_E000_REMAP 0x30000 |
◆ apply_memory_config()
void apply_memory_config |
( |
void |
| ) |
|
◆ c65_load_rom()
int c65_load_rom |
( |
const char * |
fn, |
|
|
unsigned int |
dma_rev |
|
) |
| |
◆ c65_reset()
◆ c65_reset_asked()
int c65_reset_asked |
( |
void |
| ) |
|
◆ clear_emu_events()
void clear_emu_events |
( |
void |
| ) |
|
◆ cpu65_do_aug_callback()
void cpu65_do_aug_callback |
( |
void |
| ) |
|
◆ cpu65_do_nop_callback()
void cpu65_do_nop_callback |
( |
void |
| ) |
|
◆ cpu65_read_callback()
◆ cpu65_write_callback()
◆ cpu65_write_rmw_callback()
◆ d81access_cb_chgmode()
void d81access_cb_chgmode |
( |
const int |
which, |
|
|
const int |
mode |
|
) |
| |
◆ dump_memory()
int dump_memory |
( |
const char * |
fn | ) |
|
◆ emu_callback_key()
int emu_callback_key |
( |
int |
pos, |
|
|
SDL_Scancode |
key, |
|
|
int |
pressed, |
|
|
int |
handled |
|
) |
| |
◆ fdc_cb_rd_sec()
int fdc_cb_rd_sec |
( |
const int |
which, |
|
|
Uint8 * |
buffer, |
|
|
const Uint8 |
side, |
|
|
const Uint8 |
track, |
|
|
const Uint8 |
sector |
|
) |
| |
◆ fdc_cb_wr_sec()
int fdc_cb_wr_sec |
( |
const int |
which, |
|
|
Uint8 * |
buffer, |
|
|
const Uint8 |
side, |
|
|
const Uint8 |
track, |
|
|
const Uint8 |
sector |
|
) |
| |
◆ io_read()
Uint8 io_read |
( |
int |
addr | ) |
|
◆ io_write()
void io_write |
( |
int |
addr, |
|
|
Uint8 |
data |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ read_phys_mem()
Uint8 read_phys_mem |
( |
int |
addr | ) |
|
◆ read_phys_mem_for_dma()
Uint8 read_phys_mem_for_dma |
( |
int |
addr | ) |
|
◆ write_phys_mem()
void write_phys_mem |
( |
int |
addr, |
|
|
Uint8 |
data |
|
) |
| |
◆ write_phys_mem_for_dma()
void write_phys_mem_for_dma |
( |
int |
addr, |
|
|
Uint8 |
data |
|
) |
| |
◆ cia2
◆ current_rom_filepath
char current_rom_filepath[PATH_MAX] |
◆ disk_cache
◆ emulator_speed_title
char emulator_speed_title[] = "???MHz" |
◆ memory
◆ sids