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
|
|
@ -969,6 +969,12 @@ void DivEngine::registerSystems() {
|
|||
fmExtChEffectHandlerMap
|
||||
);
|
||||
|
||||
sysDefs[DIV_SYSTEM_MSX2]=new DivSysDef(
|
||||
_("MSX + SCC"), NULL, 0, 0x0a, 8, true, false, 0, true, 0, 0, 0,
|
||||
"<COMPOUND SYSTEM!>",
|
||||
{}, {}, {}, {}
|
||||
);
|
||||
|
||||
sysDefs[DIV_SYSTEM_AY8910]=new DivSysDef(
|
||||
_("AY-3-8910"), NULL, 0x80, 0, 3, false, true, 0x151, false, 1U<<DIV_SAMPLE_DEPTH_8BIT, 0, 0,
|
||||
_("this chip is everywhere! ZX Spectrum, MSX, Amstrad CPC, Intellivision, Vectrex...\nthe discovery of envelope bass helped it beat the SN76489 with ease."),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue