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 Warnings |
WinDrive.warnings |
protected Warnings |
WinDriver.warnings |
Constructor and Description |
---|
MemDrive(MC68000Cpu cpu,
java.lang.String driveName,
MemDriver driver,
int number,
Warnings warn)
Creates the object.
|
MemDriver(MC68000Cpu cpu,
Warnings warn)
Creates the driver object.
|
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
|
MonitorGui(Screen screen,
inifile.IniFile inifile,
Warnings warnings,
int jversion,
boolean vibrantCols,
boolean isApplet,
int windowMode,
java.awt.GraphicsConfiguration gd,
java.awt.GraphicsDevice[] gds,
int currentMonitor)
Creates new form MonitorGui.
|
SampledSound(short[] DMAAccess,
MC68000Cpu cpu,
int volume,
Warnings warn,
java.lang.String frequency)
Creates this object, a DataLine object and an independent thread for filling the DataLine.
|
SoundDevice(int volume,
Warnings warn,
MC68000Cpu cpu)
Creates this object, a DataLine object and an independent thread for filling the DataLine.
|
WinDrive(MC68000Cpu cpu,
java.lang.String driveName,
WinDriver driver,
int number,
Warnings warn,
inifile.IniFile inifile)
Creates the object.
|
WinDrive(MC68000Cpu cpu,
Warnings warn)
Create object with a CPU and warnings.
|
WinDriver(MC68000Cpu cpu,
Warnings warn)
Creates the driver object.
|