start killing use of BurnDrvGetText in drivers

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

View File

@ -875,11 +875,7 @@ static INT32 System16MemIndex()
if ((BurnDrvGetHardwareCode() & HARDWARE_PUBLIC_MASK) == HARDWARE_SEGA_HANGON) {
System16ExtraRamSize = 0x4000;
if (!strcmp(BurnDrvGetTextA(DRV_NAME), "hangon") || !strcmp(BurnDrvGetTextA(DRV_NAME), "shangupb")) {
System16RamSize = 0x10000;
} else {
System16SpriteRamSize = 0x1000;
}
System16SpriteRamSize = 0x10000;
HasRoad = true;
}