mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-29 00:31:52 +00:00
driven: hook up maglev
This commit is contained in:
parent
4c6fa24cfa
commit
1441f7750d
@ -174,31 +174,7 @@ load_program_loop:
|
||||
jsr $8000
|
||||
.endif
|
||||
|
||||
;=======================
|
||||
;=======================
|
||||
; Run Maglev
|
||||
;=======================
|
||||
;=======================
|
||||
.if 0
|
||||
sei ; stop music interrupts
|
||||
jsr mute_ay_both
|
||||
jsr clear_ay_both ; stop from making noise
|
||||
|
||||
; load maglev
|
||||
|
||||
lda #PART_MAGLEV ; Maglev
|
||||
sta WHICH_LOAD
|
||||
jsr load_file
|
||||
|
||||
|
||||
; restart music
|
||||
|
||||
cli ; start interrupts (music)
|
||||
|
||||
; run maglev
|
||||
|
||||
jsr $4000
|
||||
.endif
|
||||
|
||||
.if 0
|
||||
;=======================
|
||||
@ -228,6 +204,34 @@ load_program_loop:
|
||||
jsr $8000
|
||||
.endif
|
||||
|
||||
|
||||
;=======================
|
||||
;=======================
|
||||
; Run Maglev
|
||||
;=======================
|
||||
;=======================
|
||||
.if 1
|
||||
sei ; stop music interrupts
|
||||
jsr mute_ay_both
|
||||
jsr clear_ay_both ; stop from making noise
|
||||
|
||||
; load maglev
|
||||
|
||||
lda #PART_MAGLEV ; Maglev
|
||||
sta WHICH_LOAD
|
||||
jsr load_file
|
||||
|
||||
|
||||
; restart music
|
||||
|
||||
cli ; start interrupts (music)
|
||||
|
||||
; run maglev
|
||||
|
||||
jsr $4000
|
||||
.endif
|
||||
|
||||
|
||||
;=======================
|
||||
;=======================
|
||||
; Load GRAPHICS
|
||||
|
Loading…
Reference in New Issue
Block a user