Package | Description |
---|---|
smsqmulator |
The purpose of this project is to have an SMSQ/E emulator "machine" in java.
|
Constructor and Description |
---|
Monitor(MC68000Cpu cpu,
boolean watchBreakpoints,
boolean logInstructions,
SampledSound sam,
javax.swing.JTextArea regLogger,
javax.swing.JTextArea dataLogger,
boolean fastmode,
Warnings warnings,
int throt,
int tOffset,
MonitorGui gui,
int beepVolume,
SoundDevice snd,
inifile.IniFile inifile)
Creates the object
|
TrapDispatcher(SampledSound sam,
int throt,
MonitorGui mgui,
int beepVolume,
SoundDevice sound,
inifile.IniFile inifile,
IPHandler ipHandler)
Creates the object, which is bound to a cpu.
|