mockingboard: actually include song data

This commit is contained in:
Vince Weaver 2018-02-03 13:45:32 -05:00
parent 25e0911b12
commit be03724db6
2 changed files with 10 additions and 8 deletions

View File

@ -1,12 +1,12 @@
;Dumping song ../songs/kerbal.ym5
; YM5 Song attributes (1) : Interleaved=yes
; Frames: 1824, Chip clock: 1000000 Hz, Frame rate: 50 Hz, Length=0:36
; Loop frame: 0, Extra data size: 0
; Song name: Kerbal Space Program Theme
; Author name: Felipe Falanghe
; Comment: Tracked by Vince Weaver
Dumping song ../songs/kerbal.ym5
YM5 Song attributes (1) : Interleaved=yes
Frames: 1824, Chip clock: 1000000 Hz, Frame rate: 50 Hz, Length=0:36
Loop frame: 0, Extra data size: 0
Song name: Kerbal Space Program Theme
Author name: Felipe Falanghe
Comment: Tracked by Vince Weaver
ksptheme:
; 00:00 AL AH BL BH CL CH N NT VA VB VC EL EH ET
.byte $00,$00,$00,$00,$00,$00,$00,$38,$00,$00,$00,$00,$00,$FF ; 00000
.byte $00,$00,$00,$00,$00,$00,$00,$38,$00,$00,$00,$00,$00,$FF ; 00001

View File

@ -57,3 +57,5 @@
forever_loop:
jmp forever_loop
.include "ksptheme_uncompressed.inc"