second: finish hooking up disk2

not as smooth as one could hope
This commit is contained in:
Vince Weaver 2023-10-28 01:51:10 -04:00
parent 6d9d7beff5
commit 9c24e67981
2 changed files with 11 additions and 4 deletions

View File

@ -79,7 +79,9 @@ wait_for_irq:
dec SCENE_COUNT
bne scene_loop
jmp forever
; jmp forever
rts
.include "../wait_keypress.s"

View File

@ -120,9 +120,12 @@ load_loop:
jsr copy_main_aux
; lda #1 ; THREED
; sta WHICH_LOAD
; jsr load_file
;=====================
; load THREED to $4000
lda #1 ; THREED
sta WHICH_LOAD
jsr load_file
@ -133,6 +136,8 @@ load_loop:
cli ; start music
jsr $4000
;=======================
; run NUTS
;============================================