add support for MSX2 .dmf

your songs may sound different. I am not going to bother supporting effects
and quirks
This commit is contained in:
tildearrow 2024-12-06 03:00:15 -05:00
parent 06d22f601a
commit 5ceccb5988
3 changed files with 18 additions and 0 deletions

View file

@ -46,6 +46,7 @@ enum DivSystem {
DIV_SYSTEM_C64_6581,
DIV_SYSTEM_C64_8580,
DIV_SYSTEM_ARCADE, // ** COMPOUND SYSTEM - DO NOT USE! **
DIV_SYSTEM_MSX2, // ** COMPOUND SYSTEM - DO NOT USE! **
DIV_SYSTEM_YM2610,
DIV_SYSTEM_YM2610_EXT,