mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-02 02:52:40 +00:00
Add set waveform commands to PCM DAC and GBA DMA
This commit is contained in:
parent
3cd8350981
commit
f199fe2af8
1 changed files with 10 additions and 2 deletions
|
@ -1862,7 +1862,11 @@ void DivEngine::registerSystems() {
|
|||
{"Sample"},
|
||||
{"PCM"},
|
||||
{DIV_CH_PCM},
|
||||
{DIV_INS_AMIGA}
|
||||
{DIV_INS_AMIGA},
|
||||
{},
|
||||
{
|
||||
{0x10, {DIV_CMD_WAVE, "10xx: Set waveform"}},
|
||||
}
|
||||
);
|
||||
|
||||
sysDefs[DIV_SYSTEM_K007232]=new DivSysDef(
|
||||
|
@ -2009,7 +2013,11 @@ void DivEngine::registerSystems() {
|
|||
{"P1", "P2"},
|
||||
{DIV_CH_PCM, DIV_CH_PCM},
|
||||
{DIV_INS_GBA_DMA, DIV_INS_GBA_DMA},
|
||||
{DIV_INS_AMIGA, DIV_INS_AMIGA}
|
||||
{DIV_INS_AMIGA, DIV_INS_AMIGA},
|
||||
{},
|
||||
{
|
||||
{0x10, {DIV_CMD_WAVE, "10xx: Set waveform"}},
|
||||
}
|
||||
);
|
||||
|
||||
sysDefs[DIV_SYSTEM_DAVE]=new DivSysDef(
|
||||
|
|
Loading…
Reference in a new issue