parent
0e34e5f728
commit
f60dde19f5
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue