#include "xep128.h"
#include "cpu.h"
#include "apu.h"
#include "z180.h"
#include "dave.h"
#include "nick.h"
#include "rtc.h"
#include "printer.h"
#include "zxemu.h"
#include "primoemu.h"
#include "epnet.h"
#include "roms.h"
#include "input.h"
#include "emu_rom_interface.h"
#include "sdext.h"
#include "exdos_wd.h"
#include <time.h>
Go to the source code of this file.
◆ nick_clock_align
#define nick_clock_align |
( |
| ) |
|
Definition at line 60 of file cpu.c.
◆ 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 72 of file cpu.c.
◆ write_cpu_byte_by_segmap()
◆ xep_rom_write_support()
void xep_rom_write_support |
( |
int |
towrite | ) |
|
Definition at line 64 of file cpu.c.
◆ z80_reset()
◆ z80ex_ed_cb()
◆ z80ex_intread_cb()
◆ z80ex_mread_cb()
◆ z80ex_mwrite_cb()
◆ z80ex_pread_cb()
◆ z80ex_pwrite_cb()
◆ z80ex_reti_cb()
void z80ex_reti_cb |
( |
void |
| ) |
|
◆ CPU_CLOCK
Definition at line 46 of file cpu.c.
◆ mem_desc
Definition at line 56 of file cpu.c.
◆ memory_segment_map
const char* memory_segment_map[0x100] |
Definition at line 42 of file cpu.c.
◆ nmi_pending
Definition at line 45 of file cpu.c.
◆ RAM_SEGMENT
const char RAM_SEGMENT[] = "RAM" |
Definition at line 51 of file cpu.c.
◆ ROM_SEGMENT
const char ROM_SEGMENT[] = "ROM" |
Definition at line 49 of file cpu.c.
◆ SRAM_SEGMENT
const char SRAM_SEGMENT[] = "SRAM" |
Definition at line 53 of file cpu.c.
◆ UNUSED_SEGMENT
const char UNUSED_SEGMENT[] = "unused" |
Definition at line 54 of file cpu.c.
◆ VARALIGN
Uint8 is_ram_seg [0x100] VARALIGN |
Definition at line 38 of file cpu.c.
◆ VRAM_SEGMENT
const char VRAM_SEGMENT[] = "VRAM" |
Definition at line 52 of file cpu.c.
◆ XEPROM_SEGMENT
const char XEPROM_SEGMENT[] = "XEPROM" |
Definition at line 50 of file cpu.c.