This commit is contained in:
andres.delikat 2012-04-02 16:52:53 +00:00
parent 8ed2b8acbc
commit aed58c67e4
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace BizHawk.Emulation.Consoles.Atari._2600
public override byte ReadMemory(ushort addr)
{
if (addr == 0x0220)
if (addr == 0x1FF0)
Increment();
if (addr < 0x1000) return base.ReadMemory(addr);