Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
* 'master' of https://github.com/tildearrow/furnace: Clang you are so arrogant ok so screw you let's hope this works attempt to fix CI per-channel oscilloscope, part 8 per-channel oscilloscope, part 7 per-channel oscilloscope, part 6 per-channel oscilloscope, part 5 but PCE supports samples! per-channel oscilloscope, part 4 YM2612: fix Furnace DAC mode glitching slides per-channel oscilloscope, part 3 GUI: add missing actions to settings per-channel oscilloscope, part 2 Revert PC speaker presets Have host sound chip appear before expansions
This commit is contained in:
commit
329048bf6c
102 changed files with 847 additions and 90 deletions
|
|
@ -375,7 +375,8 @@ void DivEngine::registerSystems() {
|
|||
{"Channel 1", "Channel 2", "Channel 3", "Channel 4", "Channel 5", "Channel 6"},
|
||||
{"CH1", "CH2", "CH3", "CH4", "CH5", "CH6"},
|
||||
{DIV_CH_WAVE, DIV_CH_WAVE, DIV_CH_WAVE, DIV_CH_WAVE, DIV_CH_WAVE, DIV_CH_WAVE},
|
||||
{DIV_INS_PCE, DIV_INS_PCE, DIV_INS_PCE, DIV_INS_PCE, DIV_INS_PCE, DIV_INS_PCE}
|
||||
{DIV_INS_PCE, DIV_INS_PCE, DIV_INS_PCE, DIV_INS_PCE, DIV_INS_PCE, DIV_INS_PCE},
|
||||
{DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA}
|
||||
);
|
||||
|
||||
sysDefs[DIV_SYSTEM_NES]=new DivSysDef(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue