A7800 mapper fix
This commit is contained in:
parent
f91c14e42e
commit
d465ddbf53
|
@ -58,10 +58,12 @@ namespace BizHawk.Emulation.Cores.Atari.A7800Hawk
|
|||
int temp_addr = addr - 0x8000;
|
||||
return Core._rom[temp_addr + (bank + 1) * 0x4000];
|
||||
}
|
||||
/*
|
||||
else if (Core.is_pokey)
|
||||
{
|
||||
return Core.pokey.ReadReg(addr & 0xF);
|
||||
}
|
||||
*/
|
||||
else
|
||||
{
|
||||
// return the 16k extra ROM (located at beginning of file)
|
||||
|
|
Loading…
Reference in New Issue