#include "xemu/emutools.h"
#include "io_mapper.h"
#include "memory_mapper.h"
#include "xemu/f011_core.h"
#include "dma65.h"
#include "vic4.h"
#include "vic4_palette.h"
#include "sdcard.h"
#include "hypervisor.h"
#include "ethernet65.h"
#include "input_devices.h"
#include "matrix_mode.h"
#include "audio65.h"
#include "configdb.h"
#include "mega65.h"
Go to the source code of this file.
◆ RETURN_ON_IO_READ_NOT_IMPLEMENTED
#define RETURN_ON_IO_READ_NOT_IMPLEMENTED |
( |
|
func, |
|
|
|
fb |
|
) |
| |
Value: do {
DEBUG(
"IO: NOT IMPLEMENTED read (emulator lacks feature), %s $%04X fallback to answer $%02X" NL,
func,
addr, fb); \
return fb; } while (0)
Definition at line 50 of file io_mapper.c.
◆ RETURN_ON_IO_WRITE_NOT_IMPLEMENTED
#define RETURN_ON_IO_WRITE_NOT_IMPLEMENTED |
( |
|
func | ) |
|
Value: do {
DEBUG(
"IO: NOT IMPLEMENTED write (emulator lacks feature), %s $%04X with data $%02X" NL,
func,
addr,
data); \
return; } while(0)
Definition at line 53 of file io_mapper.c.
◆ io_dma_reader()
Uint8 io_dma_reader |
( |
int |
addr | ) |
|
◆ io_dma_writer()
void io_dma_writer |
( |
int |
addr, |
|
|
Uint8 |
data |
|
) |
| |
◆ io_read()
Uint8 io_read |
( |
unsigned int |
addr | ) |
|
◆ io_write()
void io_write |
( |
unsigned int |
addr, |
|
|
Uint8 |
data |
|
) |
| |
◆ cia2
◆ cpu_mega65_opcodes
int cpu_mega65_opcodes = 0 |
◆ D6XX_registers
Uint8 D6XX_registers[0x100] |
◆ D7XX
◆ fpga_switches
◆ port_d607