|
Xemu [doxygen]
hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
|
Go to the documentation of this file.
19 #ifndef XEMU_MEGA65_MEMORY_MAPPER_H_INCLUDED
20 #define XEMU_MEGA65_MEMORY_MAPPER_H_INCLUDED
44 #define SLOW_RAM_SIZE (8 << 20)
void memory_debug_write_phys_addr(int addr, Uint8 data)
void memory_set_vic3_rom_mapping(Uint8 value)
void memory_set_do_map(void)
void memory_set_cpu_io_port(int addr, Uint8 value)
Uint8 memory_debug_read_phys_addr(int addr)
Uint8 memory_debug_read_cpu_addr(Uint16 addr)
Uint8 hypervisor_ram[0x4000]
Uint8 slow_ram[SLOW_RAM_SIZE]
void memory_set_cpu_io_port_ddr_and_data(Uint8 p0, Uint8 p1)
Uint8 memory_get_cpu_io_port(int addr)
void memory_debug_write_cpu_addr(Uint16 addr, Uint8 data)