public interface MemIoOps
Modifier and Type | Method and Description |
---|---|
void |
contendedStates(int address,
int tstates) |
int |
fetchOpcode(int address) |
int |
inPort(int port) |
void |
outPort(int port,
int value) |
int |
peek16(int address) |
int |
peek8(int address) |
void |
poke16(int address,
int word) |
void |
poke8(int address,
int value) |
int fetchOpcode(int address)
int peek8(int address)
void poke8(int address, int value)
int peek16(int address)
void poke16(int address, int word)
int inPort(int port)
void outPort(int port, int value)
void contendedStates(int address, int tstates)