Package smsqmulator
Class SMSQmulator
java.lang.Object
smsqmulator.SMSQmulator
The main object, it doesn't do much other than setup the Gui and start the monitor.
-
Constructor Summary
ConstructorsConstructorDescriptionSMSQmulator
(int compiledVersion, String iniFileName) This creates the main object. -
Method Summary
Modifier and TypeMethodDescriptionstatic final int
Returns the verson of jave for which this version of the software was programmed.static void
This starts the emulator.static final void
presetOptions
(inifile.IniFile inifile, String romImage) Preset all options the inifile may have.
-
Constructor Details
-
SMSQmulator
This creates the main object.- Parameters:
compiledVersion
- (or 0 if error) - the version for which this was compiled.iniFileName
- file name for an .ini file.
-
-
Method Details
-
getCompiledForVersion
public static final int getCompiledForVersion()Returns the verson of jave for which this version of the software was programmed.- Returns:
-
main
This starts the emulator.- Parameters:
args
- the command line arguments.
-
presetOptions
Preset all options the inifile may have.- Parameters:
inifile
- the inifile with the options to be set.romImage
- path to the rom image file
-