fix Escape Kids crash @ bootup
This commit is contained in:
parent
171650529f
commit
13d48ecc44
|
@ -668,7 +668,7 @@ static INT32 DrvInit(INT32 nGame)
|
|||
K052109SetCallback(EsckidsK052109Callback);
|
||||
K052109AdjustScroll(8, -8);
|
||||
|
||||
K053247Init(DrvGfxROM1, DrvGfxROMExp1, 0x3fffff, K053247Callback, 1);
|
||||
K053247Init(DrvGfxROM1, DrvGfxROMExp1, 0x3fffff, VendettaK053247Callback, 1);
|
||||
K053247SetSpriteOffset(-11, -14);
|
||||
|
||||
bankoffset = 0x6000;
|
||||
|
|
Loading…
Reference in New Issue