Package | Description |
---|---|
smsqmulator |
The purpose of this project is to have an SMSQ/E emulator "machine" in java.
|
smsqmulator.cpu |
Modifier and Type | Method and Description |
---|---|
TrapDispatcher |
Monitor.getTrapDispatcher()
Gets the TrapDispatcher.
|
Constructor and Description |
---|
MonitorGoThread(int nbrOfInstructions,
MC68000Cpu cpu,
java.util.ArrayList<java.lang.Integer> breakpoints,
Monitor monitor,
java.lang.String filename,
boolean watchBreakpoints,
boolean logInstructions,
QL50HzInterrupt ih,
boolean goFast,
TrapDispatcher trapDispatcher,
int upperLimit,
boolean checkmem,
int memWatched,
int provbreak,
boolean excludeSuper)
Creates the monitor go thread.
|
Modifier and Type | Field and Description |
---|---|
TrapDispatcher |
MC68000Cpu.trapDispatcher |
Modifier and Type | Method and Description |
---|---|
void |
MC68000Cpu.setTrapDispatcher(TrapDispatcher td)
Sets the trap dispatcher for this CPU, which is called whenever a JAVAComm instruction (such as for some device drivers) is encountered.
|