mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 17:29:49 +00:00
ootw: minor fixes to qboot
This commit is contained in:
parent
3862879a2d
commit
01ded34220
@ -8,10 +8,6 @@
|
||||
|
||||
qload_start:
|
||||
|
||||
; init the write code
|
||||
; lda WHICH_SLOT
|
||||
; jsr popwr_init
|
||||
|
||||
; first time entry
|
||||
; start by loading text title
|
||||
|
||||
|
@ -106,7 +106,14 @@ print_help_and_go:
|
||||
jsr move_and_print_list
|
||||
|
||||
ready_to_load:
|
||||
jmp $1400 ; LOADER starts here
|
||||
; jmp $1400 ; LOADER starts here
|
||||
; should be $1600?
|
||||
; anyway I think we jsr'd here so we should just rts?
|
||||
|
||||
rts
|
||||
|
||||
|
||||
|
||||
|
||||
wait_for_keypress:
|
||||
lda KEYPRESS
|
||||
|
Loading…
Reference in New Issue
Block a user