Go to the source code of this file.
◆ CPU_Z180
Definition at line 26 of file cpu.h.
◆ CPU_Z80
Definition at line 24 of file cpu.h.
◆ CPU_Z80C
Definition at line 25 of file cpu.h.
◆ PORT_B6_READ_OTHERS
#define PORT_B6_READ_OTHERS 0xC0 |
Definition at line 28 of file cpu.h.
◆ ep_init_ram()
◆ ep_reset()
◆ ep_set_ram_config()
int ep_set_ram_config |
( |
const char * |
spec | ) |
|
◆ read_cpu_byte()
◆ read_cpu_byte_by_segmap()
◆ set_ep_cpu()
void set_ep_cpu |
( |
int |
type | ) |
|
Definition at line 74 of file cpu.c.
◆ write_cpu_byte_by_segmap()
◆ xep_rom_write_support()
void xep_rom_write_support |
( |
int |
towrite | ) |
|
Definition at line 66 of file cpu.c.
◆ z80_reset()
◆ CPU_CLOCK
Definition at line 48 of file cpu.c.
◆ mem_desc
Definition at line 58 of file cpu.c.
◆ memory
◆ memory_segment_map
const char* memory_segment_map[0x100] |
Definition at line 49 of file cpu.h.
◆ nmi_pending
Definition at line 47 of file cpu.c.
◆ RAM_SEGMENT
Definition at line 53 of file cpu.c.
◆ ROM_SEGMENT
Definition at line 51 of file cpu.c.
◆ SRAM_SEGMENT
const char SRAM_SEGMENT[] |
Definition at line 55 of file cpu.c.
◆ UNUSED_SEGMENT
const char UNUSED_SEGMENT[] |
Definition at line 56 of file cpu.c.
◆ VARALIGN
Uint8 ports [0x100] VARALIGN |
Definition at line 40 of file cpu.c.
◆ VRAM_SEGMENT
const char VRAM_SEGMENT[] |
Definition at line 54 of file cpu.c.
◆ XEPROM_SEGMENT
const char XEPROM_SEGMENT[] |
Definition at line 52 of file cpu.c.
◆ z80ex