ootw: minor fixes to qboot

This commit is contained in:
Vince Weaver 2021-05-03 10:12:03 -04:00
parent 3862879a2d
commit 01ded34220
2 changed files with 8 additions and 5 deletions

View File

@ -8,10 +8,6 @@
qload_start:
; init the write code
; lda WHICH_SLOT
; jsr popwr_init
; first time entry
; start by loading text title

View File

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