diff --git a/client/drivers/c64inputs.s b/client/drivers/c64inputs.s index 4c59e1b..ca2be42 100644 --- a/client/drivers/c64inputs.s +++ b/client/drivers/c64inputs.s @@ -30,6 +30,9 @@ check_for_abort_key: @flush_loop: jsr $ffe4 bne @flush_loop + lda $cb ;current key pressed + cmp #$3F + beq @flush_loop sec rts @not_abort: diff --git a/client/ip65/function_dispatcher.s b/client/ip65/function_dispatcher.s index 42f8c74..373ae63 100644 --- a/client/ip65/function_dispatcher.s +++ b/client/ip65/function_dispatcher.s @@ -136,7 +136,6 @@ init_failed: rts : - cpy #NB65_DNS_RESOLVE bne :+ ldy #NB65_DNS_HOSTNAME+1