mapper 19 savestate fix
mirroring for "Dream Master (J)" corrected to "four-screen" by CRC check
This commit is contained in:
parent
b2195e188b
commit
1dd4e93cec
|
@ -467,4 +467,5 @@ void Mapper210_Init(CartInfo *info)
|
|||
GameStateRestore=Mapper210_StateRestore;
|
||||
info->Power=N106_Power;
|
||||
AddExState(WRAM, 8192, 0, "WRAM");
|
||||
AddExState(N106_StateRegs, ~0, 0, 0);
|
||||
}
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
{0xdd8ced31,209,-1}, /* Power Rangers 3 */
|
||||
|
||||
{0x0c47946d,210,1}, /* Chibi Maruko Chan */
|
||||
{0xbd523011,210,0}, /* Dream Master */
|
||||
{0xc247cc80,210,1}, /* Family Circuit '91 */
|
||||
{0xbd523011,210,2}, /* Dream Master */ // may be wrong, but seems it solve most problems
|
||||
{0xc247cc80,210,1}, /* Family Circuit '91 */
|
||||
{0x6ec51de5,210,1}, /* Famista '92 */
|
||||
{0xadffd64f,210,1}, /* Famista '93 */
|
||||
{0x429103c9,210,1}, /* Famista '94 */
|
||||
|
|
|
@ -201,8 +201,6 @@ void LogDPCM(int romaddress, int dpcmsize){
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
/* Instantaneous? Maybe the new freq value is being calculated all of the time... */
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Version="9,00"
|
||||
Name="fceux"
|
||||
ProjectGUID="{6893EF44-FEA3-46DF-B236-C4C200F54294}"
|
||||
RootNamespace="fceux"
|
||||
|
|
Loading…
Reference in New Issue