mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2025-02-24 04:29:05 +00:00
improve messages
This commit is contained in:
parent
b28619827f
commit
81d2feeafd
@ -23,8 +23,8 @@ void demo_interrupt() {
|
|||||||
for(;;) {
|
for(;;) {
|
||||||
if(keypressed()) {
|
if(keypressed()) {
|
||||||
byte k = woz_getkey();
|
byte k = woz_getkey();
|
||||||
if(k=='1') tms_interrupt(1);
|
if(k=='1') { tms_interrupt(1); woz_puts("INT ENABLED\r"); }
|
||||||
else if(k=='0') tms_interrupt(0);
|
else if(k=='0') { tms_interrupt(0); woz_puts("INT DISABLED\r"); }
|
||||||
else if(k=='E') break;
|
else if(k=='E') break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user