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:
parent
06d22f601a
commit
5ceccb5988
3 changed files with 18 additions and 0 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue