Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Functions | Variables
zxemu.c File Reference
#include "xemu/emutools.h"
#include "enterprise128.h"
#include "zxemu.h"
#include "cpu.h"
#include "primoemu.h"
Include dependency graph for zxemu.c:

Go to the source code of this file.

Functions

void zxemu_switch (Uint8 data)
 
void zxemu_write_ula (Uint8 hiaddr, Uint8 data)
 
Uint8 zxemu_read_ula (Uint8 hiaddr)
 
void zxemu_attribute_memory_write (Uint16 address, Uint8 data)
 

Variables

int zxemu_on = 0
 

Function Documentation

◆ zxemu_attribute_memory_write()

void zxemu_attribute_memory_write ( Uint16  address,
Uint8  data 
)

Definition at line 78 of file zxemu.c.

Here is the caller graph for this function:

◆ zxemu_read_ula()

Uint8 zxemu_read_ula ( Uint8  hiaddr)

Definition at line 64 of file zxemu.c.

Here is the caller graph for this function:

◆ zxemu_switch()

void zxemu_switch ( Uint8  data)

Definition at line 32 of file zxemu.c.

Here is the caller graph for this function:

◆ zxemu_write_ula()

void zxemu_write_ula ( Uint8  hiaddr,
Uint8  data 
)

Definition at line 52 of file zxemu.c.

Variable Documentation

◆ zxemu_on

int zxemu_on = 0

Definition at line 27 of file zxemu.c.