Xemu [doxygen]
hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
|
#include "xemu/cia6526.h"
Go to the source code of this file.
Functions | |
Uint8 | io_read (unsigned int addr) |
void | io_write (unsigned int addr, Uint8 data) |
Variables | |
Uint8 | D6XX_registers [0x100] |
Uint8 | D7XX [0x100] |
int | fpga_switches |
struct Cia6526 cia1 | cia2 |
int | port_d607 |
Uint8 io_read | ( | unsigned int | addr | ) |
Definition at line 96 of file io_mapper.c.
void io_write | ( | unsigned int | addr, |
Uint8 | data | ||
) |
Definition at line 280 of file io_mapper.c.
struct Cia6526 cia1 cia2 |
Definition at line 44 of file commodore_65.c.
Uint8 D6XX_registers[0x100] |
Definition at line 38 of file io_mapper.c.
Uint8 D7XX[0x100] |
Definition at line 39 of file io_mapper.c.
int fpga_switches |
Definition at line 37 of file io_mapper.c.
int port_d607 |
Definition at line 43 of file io_mapper.c.