Fixed reading collision of ball and playfield (fixes #189).

This commit is contained in:
Stephen Anthony 2017-08-13 14:43:31 -02:30
parent 193da6c845
commit f57d69a023
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ uInt8 TIA::peek(uInt16 address)
break;
case CXBLPF:
result = collCXBLPF() | (lastDataBusValue & 0x40);
result = collCXBLPF();
break;
case INPT0: