Supermodel/Src
Nik Henson 8e2e8adeb3 Changes to debugger classes:
- fixed step-out to work properly
- added ability to enable/disable debugging of individual CPUs
Changes to console-based debugger:
- tidied up syntax and split some commands out to make easier to use
- implemented missing commands (loademustate, saveemustate, resetemu, configinput, configallinputs, help)
- added new commands (nextframe, enablecpu, disablecpu, removeallcomments)
- added ability to redirect command output to a file
2011-06-28 23:20:19 +00:00
..
CPU Added hooks into debugger classes 2011-06-27 23:19:22 +00:00
Debugger Changes to debugger classes: 2011-06-28 23:20:19 +00:00
Graphics Fixing import mistake: moving source code to trunk/Src. 2011-04-24 01:19:40 +00:00
Inputs Added version of ConfigInputs that doesn't take display dimensions 2011-06-28 23:16:40 +00:00
Model3 Small change to allow Supermodel to compile under Linux 2011-06-22 20:46:53 +00:00
OSD Changes for new built-in console-based debugger (only compiled in if SUPERMODEL_DEBUGGER defined): 2011-06-27 23:44:51 +00:00
Pkgs Fixing import mistake: moving source code to trunk/Src. 2011-04-24 01:19:40 +00:00
Sound Fixing import mistake: moving source code to trunk/Src. 2011-04-24 01:19:40 +00:00
BlockFile.cpp Fixing import mistake: moving source code to trunk/Src. 2011-04-24 01:19:40 +00:00
BlockFile.h Fixing import mistake: moving source code to trunk/Src. 2011-04-24 01:19:40 +00:00
Games.cpp Fixing import mistake: moving source code to trunk/Src. 2011-04-24 01:19:40 +00:00
Games.h Fixing import mistake: moving source code to trunk/Src. 2011-04-24 01:19:40 +00:00
INIFile.cpp Changes relating to input system: 2011-06-22 13:06:52 +00:00
INIFile.h Changes relating to input system: 2011-06-22 13:06:52 +00:00
Logger.h New CLogger class that handles logging from Supermodel. Added so that log messages can be routed through debugger if required, rather than printed to console. 2011-06-27 23:21:43 +00:00
ROMLoad.cpp Fixing import mistake: moving source code to trunk/Src. 2011-04-24 01:19:40 +00:00
ROMLoad.h Fixing import mistake: moving source code to trunk/Src. 2011-04-24 01:19:40 +00:00
Supermodel.h Added headers for new debugger classes 2011-06-27 23:22:50 +00:00