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


Go to the source code of this file.
Functions | |
| void | emu_mem_write (int addr, int data) |
| int | emu_mem_read (int addr) |
| int | z80_custom_disasm (int addr, char *buf, int buf_size) |
| void | use_internal_rom (int yes) |
Variables | |
| int | emu_cost_cycles |
| int | emu_cost_usecs |
| int | stop_emulation |
| int | trace |
| int | cpu_cycles |
| int | cpu_cycles_per_frame |
| Uint8 | memory [0x10000] |
| Uint8 | modded [0x10000] |
| int | io_cycles |
| int emu_mem_read | ( | int | addr | ) |
Definition at line 138 of file hardware.c.
| void emu_mem_write | ( | int | addr, |
| int | data | ||
| ) |
Definition at line 129 of file hardware.c.
| void use_internal_rom | ( | int | yes | ) |
Definition at line 56 of file hardware.c.
| int z80_custom_disasm | ( | int | addr, |
| char * | buf, | ||
| int | buf_size | ||
| ) |
Definition at line 193 of file hardware.c.
| int cpu_cycles |
Definition at line 25 of file hardware.h.
| int cpu_cycles_per_frame |
Definition at line 25 of file hardware.h.
| int emu_cost_cycles |
Definition at line 30 of file hardware.c.
| int emu_cost_usecs |
Definition at line 25 of file hardware.h.
| int io_cycles |
Definition at line 35 of file hardware.c.
| Uint8 memory[0x10000] |
Definition at line 43 of file commodore_65.c.
| Uint8 modded[0x10000] |
Definition at line 29 of file hardware.c.
| int stop_emulation |
Definition at line 25 of file hardware.h.
| int trace |
Definition at line 25 of file hardware.h.
1.8.17