use keyboard buffer instead
This commit is contained in:
parent
fd02382d38
commit
32935cd7a1
|
@ -271,9 +271,8 @@ char kbhit(void)
|
|||
#if defined(__CBMPET__)
|
||||
return __asm
|
||||
{
|
||||
ldx $97
|
||||
inx
|
||||
stx accu
|
||||
lda $9e
|
||||
sta accu
|
||||
};
|
||||
#else
|
||||
return __asm
|
||||
|
|
Loading…
Reference in New Issue