From be03724db6ee25a6b2b3220a6c4cc38d571548c1 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Sat, 3 Feb 2018 13:45:32 -0500 Subject: [PATCH] mockingboard: actually include song data --- mockingboard/ksptheme_uncompressed.inc | 16 ++++++++-------- mockingboard/mock_test.s | 2 ++ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/mockingboard/ksptheme_uncompressed.inc b/mockingboard/ksptheme_uncompressed.inc index c5a540fd..448480c1 100644 --- a/mockingboard/ksptheme_uncompressed.inc +++ b/mockingboard/ksptheme_uncompressed.inc @@ -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 diff --git a/mockingboard/mock_test.s b/mockingboard/mock_test.s index b75c6b42..cfe99e10 100644 --- a/mockingboard/mock_test.s +++ b/mockingboard/mock_test.s @@ -57,3 +57,5 @@ forever_loop: jmp forever_loop + +.include "ksptheme_uncompressed.inc"