mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-26 11:30:12 +00:00
mockingboard: make names of music file labels more similar
This commit is contained in:
parent
aad8661c3c
commit
e8c1942c63
@ -63,9 +63,9 @@ mockingboard_found:
|
|||||||
; load pointer to the music
|
; load pointer to the music
|
||||||
;===========================
|
;===========================
|
||||||
|
|
||||||
lda #<ksptheme
|
lda #<ksp_theme
|
||||||
sta INL
|
sta INL
|
||||||
lda #>ksptheme
|
lda #>ksp_theme
|
||||||
sta INH
|
sta INH
|
||||||
|
|
||||||
lda (INL),Y ; read in frame delay
|
lda (INL),Y ; read in frame delay
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
; Author name: Felipe Falanghe
|
; Author name: Felipe Falanghe
|
||||||
; Comment: Tracked by Vince Weaver
|
; Comment: Tracked by Vince Weaver
|
||||||
|
|
||||||
ksptheme:
|
ksp_theme:
|
||||||
|
|
||||||
.byte $01,$80,$38,$00 ; 00000
|
.byte $01,$80,$38,$00 ; 00000
|
||||||
.byte $01,$35,$BD,$EE,$DD,$01,$07,$0D,$0D,$0D ; 00096
|
.byte $01,$35,$BD,$EE,$DD,$01,$07,$0D,$0D,$0D ; 00096
|
||||||
|
@ -56,9 +56,9 @@ mockingboard_found:
|
|||||||
; load pointer to the music
|
; load pointer to the music
|
||||||
;===========================
|
;===========================
|
||||||
|
|
||||||
lda #<ksptheme
|
lda #<ksp_theme
|
||||||
sta INL
|
sta INL
|
||||||
lda #>ksptheme
|
lda #>ksp_theme
|
||||||
sta INH
|
sta INH
|
||||||
|
|
||||||
new_frame:
|
new_frame:
|
||||||
|
Loading…
Reference in New Issue
Block a user