1
0
mirror of https://github.com/aap/pdp6.git synced 2026-02-09 09:51:33 +00:00

revisited instruction cycle

This commit is contained in:
aap
2016-04-07 21:56:15 +02:00
parent b0b7edaf73
commit 00cef7150a
3 changed files with 47 additions and 31 deletions

3
main.c
View File

@@ -611,6 +611,9 @@ mouse(int button, int state, int x, int y)
apr.extpulse |= 1;
break;
case 2: /* stop */
if(keys[i].state == 1) // inst
apr.extpulse |= 2;
break;
case 6: /* on off reader */
case 7: /* punch */
break;