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:
jonnosan 2009-03-26 03:32:04 +00:00
parent 5bbfc52707
commit a75eb83f10

View File

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