mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-01-08 20:33:47 +00:00
git-svn-id: http://svn.code.sf.net/p/netboot65/code@122 93682198-c243-4bdb-bd91-e943c89aac3b
This commit is contained in:
parent
209bd85969
commit
0ed0194e6c
@ -328,6 +328,21 @@ init_failed:
|
||||
jmp @after_tftp_call
|
||||
:
|
||||
|
||||
cpy #NB65_TFTP_UPLOAD
|
||||
bne :+
|
||||
phax
|
||||
jsr set_tftp_params
|
||||
ldy #NB65_TFTP_POINTER
|
||||
lda (nb65_params),y
|
||||
sta tftp_filesize
|
||||
iny
|
||||
lda (nb65_params),y
|
||||
sta tftp_filesize+1
|
||||
|
||||
jsr tftp_download
|
||||
jmp @after_tftp_call
|
||||
:
|
||||
|
||||
cpy #NB65_TFTP_CALLBACK_UPLOAD
|
||||
bne :+
|
||||
jsr set_tftp_params
|
||||
|
Loading…
Reference in New Issue
Block a user