#include <mz80.h>
Public Attributes | |
UINT8 * | z80Base |
struct MemoryReadByte * | z80MemRead |
struct MemoryWriteByte * | z80MemWrite |
struct z80PortRead * | z80IoRead |
struct z80PortWrite * | z80IoWrite |
UINT32 | z80clockticks |
UINT32 | z80iff |
UINT32 | z80interruptMode |
UINT32 | z80halted |
reg_af | z80af |
reg_bc | z80bc |
reg_de | z80de |
reg_hl | z80hl |
UINT32 | z80afprime |
UINT32 | z80bcprime |
UINT32 | z80deprime |
UINT32 | z80hlprime |
reg_ix | z80ix |
reg_iy | z80iy |
UINT32 | z80sp |
UINT32 | z80pc |
UINT32 | z80nmiAddr |
UINT32 | z80intAddr |
UINT32 | z80rCounter |
UINT8 | z80i |
UINT8 | z80r |
UINT8 | z80intPending |
reg_af mz80context::z80af |
UINT32 mz80context::z80afprime |
UINT8* mz80context::z80Base |
reg_bc mz80context::z80bc |
UINT32 mz80context::z80bcprime |
UINT32 mz80context::z80clockticks |
reg_de mz80context::z80de |
UINT32 mz80context::z80deprime |
UINT32 mz80context::z80halted |
reg_hl mz80context::z80hl |
UINT32 mz80context::z80hlprime |
UINT8 mz80context::z80i |
UINT32 mz80context::z80iff |
UINT32 mz80context::z80intAddr |
UINT32 mz80context::z80interruptMode |
UINT8 mz80context::z80intPending |
struct z80PortRead* mz80context::z80IoRead |
struct z80PortWrite* mz80context::z80IoWrite |
reg_ix mz80context::z80ix |
reg_iy mz80context::z80iy |
struct MemoryReadByte* mz80context::z80MemRead |
struct MemoryWriteByte* mz80context::z80MemWrite |
UINT32 mz80context::z80nmiAddr |
UINT32 mz80context::z80pc |
UINT8 mz80context::z80r |
UINT32 mz80context::z80rCounter |
UINT32 mz80context::z80sp |