Supermodel/Src
2011-08-14 23:59:01 +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 - skichamp now works, but controls are not hooked up and seems to overload the display lists like many non-working Step 2.x games do. To bypass the drive board error, enter the test menu and exit again. It will reboot and run. 2011-08-02 03:33:40 +00:00
Inputs Added version of ConfigInputs that doesn't take display dimensions 2011-06-28 23:16:40 +00:00
Model3 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
OSD Save state support for 68K, Z80, sound board, DSB1, and MPEG playback. 2011-08-09 18:36:29 +00:00
Pkgs Fixing import mistake: moving source code to trunk/Src. 2011-04-24 01:19:40 +00:00
Sound 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
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 - 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 - Fixed DSB2 save states: M68K context wasn't being set. 2011-08-10 07:46:42 +00:00
INIFile.h - Fixed DSB2 save states: M68K context wasn't being set. 2011-08-10 07:46:42 +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 - 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 - Changes submitted by krom: cleaned up spacing in Games.cpp, optimized byte swapping functions in Supermodel.h, minor changes to fix compiler errors in gcc. 2011-08-01 19:12:44 +00:00