Package | Description |
---|---|
smsqmulator |
The purpose of this project is to have an SMSQ/E emulator "machine" in java.
|
Modifier and Type | Field and Description |
---|---|
protected Monitor |
Screen.monitor |
Modifier and Type | Method and Description |
---|---|
Monitor |
MonitorGui.getMonitor()
Gets the monitor.
|
Monitor |
Screen.getMonitor()
Gets the monitor this screen is attached to.
|
Modifier and Type | Method and Description |
---|---|
void |
Screen.setMonitor(Monitor m)
Sets the Monitor object for this.
|
void |
MonitorGui.setMonitor(Monitor monitor,
boolean getOpts)
Sets the monitor for this wdw.
|
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.
|
Screen(int xsize,
int ysize,
Monitor monitor,
boolean isMac)
Creates the object.
|
Screen0(int xsize,
int ysize,
int vrambase,
Monitor monitor,
boolean isMac)
Creates the object.
|
Screen16(int xsize,
int ysize,
int vramBase,
boolean vibrantColours,
Monitor monitor,
boolean isMac)
This sets up the entire screen object, including the BufferedImage.
|
Screen32(int xsize,
int ysize,
int vrambase,
boolean vibrantColours,
Monitor monitor,
boolean isMac)
Creates the object.
|