mirror of https://github.com/stella-emu/stella.git
Fix INPT5.
This commit is contained in:
parent
b700149cde
commit
f4932b8bf5
|
@ -316,7 +316,7 @@ uInt8 TIA::peek(uInt16 address)
|
|||
break;
|
||||
|
||||
case INPT5:
|
||||
result = myInput0.inpt(!myConsole.rightController().read(Controller::Six));
|
||||
result = myInput1.inpt(!myConsole.rightController().read(Controller::Six));
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue