Actually fix this rather than completely bork it.

This commit is contained in:
iq_132 2014-06-06 01:26:36 +00:00
parent 5ef5e70a51
commit 1acf5b7aa0
1 changed files with 1 additions and 1 deletions

View File

@ -2016,7 +2016,7 @@ static INT32 spinlbrkInit()
// Load Z80 ROM
if (BurnLoadRom(RomZ80+0x00000, 17, 1)) return 1;
if (BurnLoadRom(RomZ80+0x100, 18, 1)) return 1;
if (BurnLoadRom(RomZ80+0x10000, 18, 1)) return 1;
BurnLoadRom(RomSnd2+0x00000, 19, 1);
BurnLoadRom(RomSnd2+0x80000, 20, 1);