This commit is contained in:
Barry Harris 2014-04-16 21:26:27 +00:00
parent 24cb173210
commit 5a00619c5c
1 changed files with 3 additions and 1 deletions

View File

@ -875,7 +875,9 @@ static INT32 System16MemIndex()
if ((BurnDrvGetHardwareCode() & HARDWARE_PUBLIC_MASK) == HARDWARE_SEGA_HANGON) {
System16ExtraRamSize = 0x4000;
System16SpriteRamSize = 0x10000;
System16SpriteRamSize = 0x1000;
System16RamSize = 0x10000;
HasRoad = true;
}