Skip to content

Commit

Permalink
changed test track
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane-D committed Dec 2, 2020
1 parent 4483ada commit c01fdc0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file modified sample/xgmplayer/out/rom.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion sample/xgmplayer/res/music.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef _RES_MUSIC_H_
#define _RES_MUSIC_H_

extern const u8 xgm_7[30208];
extern const u8 xgm_6[70656];
extern const u8 pcm_hat2[5632];
extern const u8 pcm_voice[17408];
extern const u8 pcm_snare2[3840];
Expand Down
4 changes: 2 additions & 2 deletions sample/xgmplayer/res/music.res
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// XGM xgm_3 "Pump It.vgm"
// XGM xgm_4 "City Lights (Act 2).vgm"
// XGM xgm_5 "Casino Funk Zone.vgm"
// XGM xgm_6 "Actraiser - Fillmore.vgm"
XGM xgm_7 "SMetroid Title.vgm"
XGM xgm_6 "Actraiser - Fillmore.vgm"
// XGM xgm_7 "SMetroid Title.vgm"
// XGM xgm_8 "SMetroid Red Soil.vgm"
// XGM xgm_9 "SMetroid Intro.vgm"
// XGM xgm_10 "SMetroid Crateria Surface.vgm"
Expand Down
4 changes: 2 additions & 2 deletions sample/xgmplayer/src/tracklist.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const u8* const xgm_musics[MAX_MUSIC] =
// xgm_3,
// xgm_4,
// xgm_5,
// xgm_6,
xgm_7,
xgm_6,
// xgm_7,
// xgm_8,
// xgm_9,
// xgm_10,
Expand Down

0 comments on commit c01fdc0

Please sign in to comment.