Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Functions | Variables
io_mapper.h File Reference
#include "xemu/cia6526.h"
Include dependency graph for io_mapper.h:
This graph shows which files directly or indirectly include this file:

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
 

Function Documentation

◆ io_read()

Uint8 io_read ( unsigned int  addr)

Definition at line 96 of file io_mapper.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ io_write()

void io_write ( unsigned int  addr,
Uint8  data 
)

Definition at line 280 of file io_mapper.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ cia2

struct Cia6526 cia1 cia2

Definition at line 44 of file commodore_65.c.

◆ D6XX_registers

Uint8 D6XX_registers[0x100]

Definition at line 38 of file io_mapper.c.

◆ D7XX

Uint8 D7XX[0x100]

Definition at line 39 of file io_mapper.c.

◆ fpga_switches

int fpga_switches

Definition at line 37 of file io_mapper.c.

◆ port_d607

int port_d607

Definition at line 43 of file io_mapper.c.