Fixes compumate mapper

Still WIP
needs keyboard to test
This commit is contained in:
alyosha-tas 2016-05-31 09:24:09 -04:00
parent 0e34e5f728
commit f60dde19f5
1 changed files with 1 additions and 3 deletions

View File

@ -287,9 +287,7 @@ namespace BizHawk.Emulation.Cores.Atari.Atari2600
}
// Attempting to read while in write mode
//throw new NotTestedException();
return 0;
throw new NotTestedException();
}
public override byte ReadMemory(ushort addr)