Add sample instrument to AY SysDefs
It was not possible to select sampple instrument for these chips even though the engine has a PCM driver
This commit is contained in:
parent
8d89abb60e
commit
d67be98468
|
@ -789,7 +789,7 @@ void DivEngine::registerSystems() {
|
||||||
{"S1", "S2", "S3"},
|
{"S1", "S2", "S3"},
|
||||||
{DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_PULSE},
|
{DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_PULSE},
|
||||||
{DIV_INS_AY, DIV_INS_AY, DIV_INS_AY},
|
{DIV_INS_AY, DIV_INS_AY, DIV_INS_AY},
|
||||||
{},
|
{DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA},
|
||||||
{},
|
{},
|
||||||
ayPostEffectHandlerMap
|
ayPostEffectHandlerMap
|
||||||
);
|
);
|
||||||
|
@ -870,7 +870,7 @@ void DivEngine::registerSystems() {
|
||||||
{"S1", "S2", "S3"},
|
{"S1", "S2", "S3"},
|
||||||
{DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_PULSE},
|
{DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_PULSE},
|
||||||
{DIV_INS_AY8930, DIV_INS_AY8930, DIV_INS_AY8930},
|
{DIV_INS_AY8930, DIV_INS_AY8930, DIV_INS_AY8930},
|
||||||
{},
|
{DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA},
|
||||||
{},
|
{},
|
||||||
ay8930PostEffectHandlerMap
|
ay8930PostEffectHandlerMap
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue