use keyboard buffer instead

This commit is contained in:
Arne Schmitz 2024-12-18 11:59:01 +01:00
parent fd02382d38
commit 32935cd7a1

View File

@ -271,9 +271,8 @@ char kbhit(void)
#if defined(__CBMPET__)
return __asm
{
ldx $97
inx
stx accu
lda $9e
sta accu
};
#else
return __asm