mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-02-23 15:28:59 +00:00
git-svn-id: http://svn.code.sf.net/p/netboot65/code@119 93682198-c243-4bdb-bd91-e943c89aac3b
This commit is contained in:
parent
e4943550f5
commit
bc39ae74d9
@ -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:
|
||||
|
@ -136,7 +136,6 @@ init_failed:
|
||||
rts
|
||||
:
|
||||
|
||||
|
||||
cpy #NB65_DNS_RESOLVE
|
||||
bne :+
|
||||
ldy #NB65_DNS_HOSTNAME+1
|
||||
|
Loading…
x
Reference in New Issue
Block a user