-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- When loading .MOD files, only use as many instruments and samples as the file itself, not the format maximum of 31. - Fix processing of .MOD files with invalid loop start/end values - Unify .MAS song and .MSL sample data generation code, fixing playback of samples embedded inside a .MAS song - Unify MAS_VERSION at 0x18, as the generated data should now match between .MAS and .MSL generators. - Replace memcpy() with strcpy() in main.c, fixing uninitialized memory usage - Avoid 0-byte malloc()s in sample data loading for .MOD, .S3M and .XM files
- Loading branch information
1 parent
6563202
commit e8fb8c2
Showing
9 changed files
with
128 additions
and
255 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.