![]() |
Xemu [doxygen]
hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
|

Go to the source code of this file.
Macros | |
| #define | SCREEN_FORMAT SDL_PIXELFORMAT_ARGB8888 |
| #define | USE_LOCKED_TEXTURE 1 |
| #define | RENDER_SCALE_QUALITY 0 |
| #define | FAST_CPU_CYCLES_PER_SCANLINE 227 |
| #define | SLOW_CPU_CYCLES_PER_SCANLINE 64 |
| #define | SID_CYCLES_PER_SEC 1000000 |
| #define | AUDIO_SAMPLE_FREQ 44100 |
| #define | DEFAULT_ROM_FILE "#c65-system.rom" |
| #define | ALLOW_512K_RAMEXP |
Functions | |
| void | apply_memory_config (void) |
| Uint8 | io_read (int addr) |
| void | io_write (int addr, Uint8 data) |
| void | write_phys_mem (int addr, Uint8 data) |
| Uint8 | read_phys_mem (int addr) |
| void | c65_reset (void) |
| int | c65_reset_asked (void) |
| int | dump_memory (const char *fn) |
| int | c65_load_rom (const char *fn, unsigned int dma_rev) |
Variables | |
| Uint8 | memory [0x100000] |
| char | emulator_speed_title [] |
| int | register_screenshot_request |
| char | current_rom_filepath [] |
| #define ALLOW_512K_RAMEXP |
Definition at line 40 of file commodore_65.h.
| #define AUDIO_SAMPLE_FREQ 44100 |
Definition at line 33 of file commodore_65.h.
| #define DEFAULT_ROM_FILE "#c65-system.rom" |
Definition at line 35 of file commodore_65.h.
| #define FAST_CPU_CYCLES_PER_SCANLINE 227 |
Definition at line 29 of file commodore_65.h.
| #define RENDER_SCALE_QUALITY 0 |
Definition at line 27 of file commodore_65.h.
| #define SCREEN_FORMAT SDL_PIXELFORMAT_ARGB8888 |
Definition at line 25 of file commodore_65.h.
| #define SID_CYCLES_PER_SEC 1000000 |
Definition at line 32 of file commodore_65.h.
| #define SLOW_CPU_CYCLES_PER_SCANLINE 64 |
Definition at line 30 of file commodore_65.h.
| #define USE_LOCKED_TEXTURE 1 |
Definition at line 26 of file commodore_65.h.
| void apply_memory_config | ( | void | ) |
| int c65_load_rom | ( | const char * | fn, |
| unsigned int | dma_rev | ||
| ) |
| void c65_reset | ( | void | ) |
| int c65_reset_asked | ( | void | ) |
Definition at line 783 of file commodore_65.c.


| int dump_memory | ( | const char * | fn | ) |
Definition at line 754 of file commodore_65.c.
| Uint8 io_read | ( | int | addr | ) |
Definition at line 472 of file commodore_65.c.


| void io_write | ( | int | addr, |
| Uint8 | data | ||
| ) |
Definition at line 546 of file commodore_65.c.


| Uint8 read_phys_mem | ( | int | addr | ) |
Definition at line 692 of file commodore_65.c.
| void write_phys_mem | ( | int | addr, |
| Uint8 | data | ||
| ) |
Definition at line 656 of file commodore_65.c.


| char current_rom_filepath[] |
Definition at line 51 of file commodore_65.c.
| char emulator_speed_title[] |
Definition at line 78 of file commodore_65.c.
| Uint8 memory[0x100000] |
Definition at line 43 of file commodore_65.c.
| int register_screenshot_request |
Definition at line 54 of file enterprise128.c.
1.8.17