mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-04 20:06:09 +00:00
second: finish hooking up disk2
not as smooth as one could hope
This commit is contained in:
parent
6d9d7beff5
commit
9c24e67981
@ -79,7 +79,9 @@ wait_for_irq:
|
||||
dec SCENE_COUNT
|
||||
bne scene_loop
|
||||
|
||||
jmp forever
|
||||
; jmp forever
|
||||
|
||||
rts
|
||||
|
||||
.include "../wait_keypress.s"
|
||||
|
||||
|
@ -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
|
||||
;============================================
|
||||
|
Loading…
Reference in New Issue
Block a user