Supermodel/Src
Bart Trzynadlowski d318efe58c - Program settings are now managed by the CConfig class.
- Moved Logger.h to OSD/, cleaned up comments.
- Command line and config file parsing have been rewritten.
- Began replacing C standard library headers with C++ versions (eg. stdio.h -> cstdio). I think I got most of them, but not all.
2011-08-19 20:43:07 +00:00
..
CPU Musashi context is now cleared in M68KCtx constructor. The internal Musashi context is zeroed out initially but the dynamically allocated external contexts would sometimes be filled with garbage, which would trigger interrupts at the very first instruction after reset, making the 68K go off into the weeds. This fixes a nasty randomly-occurring bug I was seeing. 2011-08-14 23:59:01 +00:00
Debugger - Updated debugger classes to get them to compile with latest changes 2011-07-20 21:39:11 +00:00
Graphics - Program settings are now managed by the CConfig class. 2011-08-19 20:43:07 +00:00
Inputs Added version of ConfigInputs that doesn't take display dimensions 2011-06-28 23:16:40 +00:00
Model3 - Program settings are now managed by the CConfig class. 2011-08-19 20:43:07 +00:00
OSD - Program settings are now managed by the CConfig class. 2011-08-19 20:43:07 +00:00
Pkgs Fixing import mistake: moving source code to trunk/Src. 2011-04-24 01:19:40 +00:00
Sound - Program settings are now managed by the CConfig class. 2011-08-19 20:43:07 +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
Config.cpp - Program settings are now managed by the CConfig class. 2011-08-19 20:43:07 +00:00
Config.h - Program settings are now managed by the CConfig class. 2011-08-19 20:43:07 +00:00
Games.cpp - krom added remaining ROM sets. Spikeout Final Edition disabled because it is a bad dump. 2011-08-03 03:18:51 +00:00
Games.h - krom added remaining ROM sets. Spikeout Final Edition disabled because it is a bad dump. 2011-08-03 03:18:51 +00:00
INIFile.cpp - Program settings are now managed by the CConfig class. 2011-08-19 20:43:07 +00:00
INIFile.h - Program settings are now managed by the CConfig class. 2011-08-19 20:43:07 +00:00
ROMLoad.cpp - Removed an unneeded printf() statement. 2011-07-31 04:58:39 +00:00
ROMLoad.h - Improved 68K interface. Now supports context switching. 2011-07-31 02:37:31 +00:00
Supermodel.h - Program settings are now managed by the CConfig class. 2011-08-19 20:43:07 +00:00