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