Atari 2600: fix haunted house, read from invalid TIA address and expected open bus

This commit is contained in:
alyosha-tas 2020-01-02 17:59:24 -05:00
parent 8b29df987c
commit dd419e6768
1 changed files with 1 additions and 1 deletions

View File

@ -923,7 +923,7 @@ namespace BizHawk.Emulation.Cores.Atari.Atari2600
{
var maskedAddr = (ushort)(addr & 0x000F);
byte coll = 0;
int mask = 0;
int mask = 0xFF;
if (maskedAddr == 0x00) // CXM0P
{