mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-06 23:51:21 +00:00
temporarily hide ES5506
until emulation core is optimized
This commit is contained in:
parent
bcde1d532f
commit
f160ecba17
2 changed files with 6 additions and 2 deletions
|
@ -984,7 +984,7 @@ const int availableSystems[]={
|
||||||
DIV_SYSTEM_VRC6,
|
DIV_SYSTEM_VRC6,
|
||||||
DIV_SYSTEM_FDS,
|
DIV_SYSTEM_FDS,
|
||||||
DIV_SYSTEM_MMC5,
|
DIV_SYSTEM_MMC5,
|
||||||
DIV_SYSTEM_ES5506,
|
// DIV_SYSTEM_ES5506,
|
||||||
DIV_SYSTEM_SCC,
|
DIV_SYSTEM_SCC,
|
||||||
DIV_SYSTEM_SCC_PLUS,
|
DIV_SYSTEM_SCC_PLUS,
|
||||||
DIV_SYSTEM_YMZ280B,
|
DIV_SYSTEM_YMZ280B,
|
||||||
|
@ -1102,7 +1102,7 @@ const int chipsSample[]={
|
||||||
DIV_SYSTEM_K007232,
|
DIV_SYSTEM_K007232,
|
||||||
DIV_SYSTEM_GA20,
|
DIV_SYSTEM_GA20,
|
||||||
DIV_SYSTEM_PCM_DAC,
|
DIV_SYSTEM_PCM_DAC,
|
||||||
DIV_SYSTEM_ES5506,
|
// DIV_SYSTEM_ES5506,
|
||||||
0 // don't remove this last one!
|
0 // don't remove this last one!
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -2012,11 +2012,13 @@ void FurnaceGUI::initSystemPresets() {
|
||||||
CH(DIV_SYSTEM_X1_010, 1.0f, 0, "clockSel=1")
|
CH(DIV_SYSTEM_X1_010, 1.0f, 0, "clockSel=1")
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
/*
|
||||||
ENTRY(
|
ENTRY(
|
||||||
"Sammy/Seta/Visco SSV", {
|
"Sammy/Seta/Visco SSV", {
|
||||||
CH(DIV_SYSTEM_ES5506, 1.0f, 0, "channels=31")
|
CH(DIV_SYSTEM_ES5506, 1.0f, 0, "channels=31")
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
*/
|
||||||
ENTRY(
|
ENTRY(
|
||||||
"Cave 68000", {
|
"Cave 68000", {
|
||||||
CH(DIV_SYSTEM_YMZ280B, 1.0f, 0, "")
|
CH(DIV_SYSTEM_YMZ280B, 1.0f, 0, "")
|
||||||
|
@ -2429,11 +2431,13 @@ void FurnaceGUI::initSystemPresets() {
|
||||||
CH(DIV_SYSTEM_PCM_DAC, 1.0f, 0, "")
|
CH(DIV_SYSTEM_PCM_DAC, 1.0f, 0, "")
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
/*
|
||||||
ENTRY(
|
ENTRY(
|
||||||
"Ensoniq ES5506 (OTTO)", {
|
"Ensoniq ES5506 (OTTO)", {
|
||||||
CH(DIV_SYSTEM_ES5506, 1.0f, 0, "channels=31")
|
CH(DIV_SYSTEM_ES5506, 1.0f, 0, "channels=31")
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
*/
|
||||||
CATEGORY_END;
|
CATEGORY_END;
|
||||||
|
|
||||||
CATEGORY_BEGIN("Wavetable","chips which use user-specified waveforms to generate sound.");
|
CATEGORY_BEGIN("Wavetable","chips which use user-specified waveforms to generate sound.");
|
||||||
|
|
Loading…
Reference in a new issue