Uses of Class
screens.Screen
Packages that use Screen
Package
Description
These are the screens that are used in different SMSQE screen modes.
General objects for this projet.
User interface objects.
-
Uses of Screen in CPU
ModifierConstructorDescriptionCPUforScreenEmulation
(int size, Screen screen, inifile.IniFile iniFile, int romSize) Creates the object.MC68000Cpu
(int size, Screen screen, inifile.IniFile iniFile, int romSize) Creates the object. -
Uses of Screen in screens
-
Uses of Screen in smsqmulator
Methods in smsqmulator with parameters of type ScreenModifier and TypeMethodDescriptionvoid
Sets a (new) screen object.Constructors in smsqmulator with parameters of type ScreenModifierConstructorDescriptionMonitoredEmulationThread
(int nbrOfInstructions, Monitor monitor, boolean watchBreakpoints, int upperLogLimit, boolean checkmem, int memWatched, int provbreak, boolean excludeSuper, Screen screen, boolean loginstrs, int nbrLogs) Creates the monitor go thread.SimpleEmulationThread
(MC68000Cpu cpu, Screen screen) -
Uses of Screen in ui