mirror of
https://github.com/jscrane/Apple1.git
synced 2024-10-31 12:05:16 +00:00
remove debugging
This commit is contained in:
parent
b963514111
commit
6df7dd7a9b
@ -12,4 +12,3 @@ Keyboard
|
|||||||
- F4: load program from tape (by simulating typing it)
|
- F4: load program from tape (by simulating typing it)
|
||||||
- F6: checkpoint machine
|
- F6: checkpoint machine
|
||||||
- F7: restore from current checkpoint on tape
|
- F7: restore from current checkpoint on tape
|
||||||
- F8: enter debug mode (display current processor status on serial port)
|
|
||||||
|
@ -84,9 +84,6 @@ void loop() {
|
|||||||
if (filename)
|
if (filename)
|
||||||
restore(io.tape, PROGRAMS, filename);
|
restore(io.tape, PROGRAMS, filename);
|
||||||
break;
|
break;
|
||||||
case PS2_F8:
|
|
||||||
cpu.debug();
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
io.up(key);
|
io.up(key);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user