Fix for palette issues on savestate load with DataEast Act Fancer

This commit is contained in:
dinkc64 2014-04-03 06:44:01 +00:00
parent 3a422736f5
commit 329da93ef2
1 changed files with 3 additions and 3 deletions

View File

@ -436,11 +436,11 @@ static INT32 MemIndex()
DrvGfxROM2 = Next; Next += 0x080000;
MSM6295ROM = Next; Next += 0x040000;
DrvPalette = (UINT32*)Next; Next += 0x0400 * sizeof(INT32);
// April 3, 2014 - move DrvPalette under AllRam for savestate fix - dink
AllRam = Next;
DrvPalette = (UINT32*)Next; Next += 0x0400 * sizeof(INT32);
Drv6280RAM = Next; Next += 0x004000;
Drv6502RAM = Next; Next += 0x000800;