Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
16 additions
and 0 deletions.
- BIN SMPSOUT/Data/SEGA.wav
- +11 −0 SMPSOUT/SMPSOUT.cpp
- +4 −0 SMPSOUT/SMPSOUT.rc
- +1 −0 SMPSOUT/resource.h
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -257,3 +257,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL | ||
IDR_MISC_FM_DRUMS MISC ".\\Data\\Drums_FM_Columns3.bin" | ||
|
||
|
||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL | ||
IDR_MISC_SEGA MISC ".\\Data\\SEGA.wav" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -66,3 +66,4 @@ | ||
#define IDR_MISC_PSG_S3 203 | ||
#define IDR_MISC_PSG_S2 204 | ||
#define IDR_MISC_FM_DRUMS 205 | ||
#define IDR_MISC_SEGA 206 |