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

This commit is contained in:
jonnosan 2009-04-17 11:29:17 +00:00
parent e4943550f5
commit bc39ae74d9
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -136,7 +136,6 @@ init_failed:
rts
:
cpy #NB65_DNS_RESOLVE
bne :+
ldy #NB65_DNS_HOSTNAME+1