strange fix for circus charlie crash @ bootup

This commit is contained in:
dinkc64 2015-03-08 20:19:40 +00:00
parent 3e5048c6cf
commit 3cfdcc058b
1 changed files with 2 additions and 2 deletions

View File

@ -278,8 +278,8 @@ static INT32 MemIndex()
DrvM6809ROMDec = Next; Next += 0x00a000;
DrvZ80ROM = Next; Next += 0x004000;
DrvGfxROM0 = Next; Next += 0x008000;
DrvGfxROM1 = Next; Next += 0x018000;
DrvGfxROM0 = Next; Next += 0x018000;
DrvGfxROM1 = Next; Next += 0x028000;
DrvColPROM = Next; Next += 0x000220;