mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -789,7 +789,7 @@ void DivEngine::registerSystems() {
|
|||
{"S1", "S2", "S3"},
|
||||
{DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_PULSE},
|
||||
{DIV_INS_AY, DIV_INS_AY, DIV_INS_AY},
|
||||
{},
|
||||
{DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA},
|
||||
{},
|
||||
ayPostEffectHandlerMap
|
||||
);
|
||||
|
@ -870,7 +870,7 @@ void DivEngine::registerSystems() {
|
|||
{"S1", "S2", "S3"},
|
||||
{DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_PULSE},
|
||||
{DIV_INS_AY8930, DIV_INS_AY8930, DIV_INS_AY8930},
|
||||
{},
|
||||
{DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA},
|
||||
{},
|
||||
ay8930PostEffectHandlerMap
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue