mapper 19 savestate fix

mirroring for "Dream Master (J)" corrected to "four-screen" by CRC check
This commit is contained in:
CaH4e3 2010-05-23 18:37:31 +00:00
parent b2195e188b
commit 1dd4e93cec
4 changed files with 4 additions and 5 deletions

View File

@ -467,4 +467,5 @@ void Mapper210_Init(CartInfo *info)
GameStateRestore=Mapper210_StateRestore; GameStateRestore=Mapper210_StateRestore;
info->Power=N106_Power; info->Power=N106_Power;
AddExState(WRAM, 8192, 0, "WRAM"); AddExState(WRAM, 8192, 0, "WRAM");
AddExState(N106_StateRegs, ~0, 0, 0);
} }

View File

@ -23,8 +23,8 @@
{0xdd8ced31,209,-1}, /* Power Rangers 3 */ {0xdd8ced31,209,-1}, /* Power Rangers 3 */
{0x0c47946d,210,1}, /* Chibi Maruko Chan */ {0x0c47946d,210,1}, /* Chibi Maruko Chan */
{0xbd523011,210,0}, /* Dream Master */ {0xbd523011,210,2}, /* Dream Master */ // may be wrong, but seems it solve most problems
{0xc247cc80,210,1}, /* Family Circuit '91 */ {0xc247cc80,210,1}, /* Family Circuit '91 */
{0x6ec51de5,210,1}, /* Famista '92 */ {0x6ec51de5,210,1}, /* Famista '92 */
{0xadffd64f,210,1}, /* Famista '93 */ {0xadffd64f,210,1}, /* Famista '93 */
{0x429103c9,210,1}, /* Famista '94 */ {0x429103c9,210,1}, /* Famista '94 */

View File

@ -201,8 +201,6 @@ void LogDPCM(int romaddress, int dpcmsize){
} }
} }
} }
return;
} }
/* Instantaneous? Maybe the new freq value is being calculated all of the time... */ /* Instantaneous? Maybe the new freq value is being calculated all of the time... */

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?> <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="9.00" Version="9,00"
Name="fceux" Name="fceux"
ProjectGUID="{6893EF44-FEA3-46DF-B236-C4C200F54294}" ProjectGUID="{6893EF44-FEA3-46DF-B236-C4C200F54294}"
RootNamespace="fceux" RootNamespace="fceux"