mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-12-27 04:29:29 +00:00
add a pause to allow DHCP assigned config to be viewed
git-svn-id: http://svn.code.sf.net/p/netboot65/code@52 93682198-c243-4bdb-bd91-e943c89aac3b
This commit is contained in:
parent
5bbfc52707
commit
a75eb83f10
@ -62,11 +62,6 @@ init:
|
||||
jsr $e453 ;set BASIC vectors
|
||||
jsr $e3bf ;initialize zero page
|
||||
|
||||
;switch to lower case charset
|
||||
lda #23
|
||||
sta $d018
|
||||
|
||||
|
||||
|
||||
ldax #startup_msg
|
||||
jsr print
|
||||
@ -94,6 +89,10 @@ init:
|
||||
dex
|
||||
bpl :-
|
||||
|
||||
ldax #press_a_key_to_continue
|
||||
jsr print
|
||||
jsr get_key
|
||||
|
||||
|
||||
ldax #tftp_dir_buffer
|
||||
stax tftp_load_address
|
||||
@ -116,7 +115,11 @@ init:
|
||||
ldax #$0000 ;load address will be first 2 bytes of file we dowload (LO/HI order)
|
||||
stax tftp_load_address
|
||||
|
||||
;switch to lower case charset
|
||||
lda #23
|
||||
sta $d018
|
||||
ldax #tftp_dir_buffer
|
||||
|
||||
jsr select_option_from_menu
|
||||
stax tftp_filename
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user