mirror of https://github.com/stella-emu/stella.git
Fixed reading collision of ball and playfield (fixes #189).
This commit is contained in:
parent
193da6c845
commit
f57d69a023
|
@ -417,7 +417,7 @@ uInt8 TIA::peek(uInt16 address)
|
|||
break;
|
||||
|
||||
case CXBLPF:
|
||||
result = collCXBLPF() | (lastDataBusValue & 0x40);
|
||||
result = collCXBLPF();
|
||||
break;
|
||||
|
||||
case INPT0:
|
||||
|
|
Loading…
Reference in New Issue