1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-01-26 15:32:04 +00:00

Started returning 'no effect' for pot ports, rather than doing nothing. Still very much TODO though.

This commit is contained in:
Thomas Harte 2017-02-25 22:58:58 -05:00
parent e61e355251
commit 98376de9ad

View File

@ -121,6 +121,7 @@ unsigned int Machine::perform_bus_operation(CPU6502::BusOperation operation, uin
case 0x0a:
case 0x0b:
// TODO: pot ports
returnValue &= 0;
break;
case 0x0c: