diff --git a/client/drivers/c64inputs.s b/client/drivers/c64inputs.s index 4a864e0..6a478c7 100644 --- a/client/drivers/c64inputs.s +++ b/client/drivers/c64inputs.s @@ -27,8 +27,8 @@ check_for_abort_key: lda $cb ;current key pressed cmp #$3F bne :+ +jsr $ffe4 ;get the keypress out of the buffer sec -rts : clc rts