mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-29 00:31:52 +00:00
ootw: minor fixes to qboot
This commit is contained in:
parent
3862879a2d
commit
01ded34220
@ -8,10 +8,6 @@
|
|||||||
|
|
||||||
qload_start:
|
qload_start:
|
||||||
|
|
||||||
; init the write code
|
|
||||||
; lda WHICH_SLOT
|
|
||||||
; jsr popwr_init
|
|
||||||
|
|
||||||
; first time entry
|
; first time entry
|
||||||
; start by loading text title
|
; start by loading text title
|
||||||
|
|
||||||
|
@ -106,7 +106,14 @@ print_help_and_go:
|
|||||||
jsr move_and_print_list
|
jsr move_and_print_list
|
||||||
|
|
||||||
ready_to_load:
|
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:
|
wait_for_keypress:
|
||||||
lda KEYPRESS
|
lda KEYPRESS
|
||||||
|
Loading…
Reference in New Issue
Block a user