git-svn-id: http://svn.code.sf.net/p/netboot65/code@108 93682198-c243-4bdb-bd91-e943c89aac3b

This commit is contained in:
jonnosan 2009-04-16 05:40:06 +00:00
parent 372109cc54
commit a1bc3dcb1f

View File

@ -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