mirror of
https://github.com/jscrane/Apple1.git
synced 2024-12-21 12:29:51 +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)
|
||||
- F6: checkpoint machine
|
||||
- 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)
|
||||
restore(io.tape, PROGRAMS, filename);
|
||||
break;
|
||||
case PS2_F8:
|
||||
cpu.debug();
|
||||
break;
|
||||
default:
|
||||
io.up(key);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user