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

Go to the source code of this file.

Functions

void emu_mem_write (int addr, int data)
 
int emu_mem_read (int addr)
 
int z80_custom_disasm (int addr, char *buf, int buf_size)
 

Variables

int emu_cost_cycles
 
int emu_cost_usecs
 
int stop_emulation
 
int cpu_mhz
 
int trace
 
int cpu_cycles
 
int cpu_cycles_per_frame
 
Uint8 memory [0x10000]
 
Uint8 modded [0x10000]
 

Function Documentation

◆ emu_mem_read()

int emu_mem_read ( int  addr)

Definition at line 138 of file hardware.c.

◆ emu_mem_write()

void emu_mem_write ( int  addr,
int  data 
)

Definition at line 129 of file hardware.c.

Here is the caller graph for this function:

◆ z80_custom_disasm()

int z80_custom_disasm ( int  addr,
char *  buf,
int  buf_size 
)

Definition at line 193 of file hardware.c.

Here is the call graph for this function:

Variable Documentation

◆ cpu_cycles

int cpu_cycles

Definition at line 25 of file hardware.h.

◆ cpu_cycles_per_frame

int cpu_cycles_per_frame

Definition at line 25 of file hardware.h.

◆ cpu_mhz

int cpu_mhz

Definition at line 25 of file hardware.h.

◆ emu_cost_cycles

int emu_cost_cycles

Definition at line 30 of file hardware.c.

◆ emu_cost_usecs

int emu_cost_usecs

Definition at line 25 of file hardware.h.

◆ memory

Uint8 memory[0x10000]

Definition at line 43 of file commodore_65.c.

◆ modded

Uint8 modded[0x10000]

Definition at line 29 of file hardware.c.

◆ stop_emulation

int stop_emulation

Definition at line 25 of file hardware.h.

◆ trace

int trace

Definition at line 25 of file hardware.h.