Fix loading of UPD7759 samples

This commit is contained in:
Barry Harris 2012-01-03 22:04:17 +00:00
parent 4386b1f7fa
commit 5bbdda2220
1 changed files with 1 additions and 1 deletions

View File

@ -1882,7 +1882,7 @@ static INT32 gradius2Callback()
if (BurnLoadRom(DrvGfxROM1 + 0x180000, 13, 1)) return 1;
if (BurnLoadRom(DrvSndROM0 + 0x000000, 14, 1)) return 1;
if (BurnLoadRom(DrvSndROM1 + 0x000000, 14, 1)) return 1;
if (BurnLoadRom(DrvSndROM1 + 0x000000, 15, 1)) return 1;
return 0;
}