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:
parent
e61e355251
commit
98376de9ad
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user