From d465ddbf537dc00f80a47714db2e515954fbe4e5 Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Sat, 17 Nov 2018 14:46:22 -0600 Subject: [PATCH] A7800 mapper fix --- .../Consoles/Atari/A7800Hawk/Mappers/MapperSGE.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/Mappers/MapperSGE.cs b/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/Mappers/MapperSGE.cs index c125318fcb..1c5c78d968 100644 --- a/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/Mappers/MapperSGE.cs +++ b/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/Mappers/MapperSGE.cs @@ -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)