From a1bc3dcb1f0150c19ee3ad6015b98a1c8e82ff1b Mon Sep 17 00:00:00 2001 From: jonnosan Date: Thu, 16 Apr 2009 05:40:06 +0000 Subject: [PATCH] git-svn-id: http://svn.code.sf.net/p/netboot65/code@108 93682198-c243-4bdb-bd91-e943c89aac3b --- client/drivers/c64inputs.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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