C219: presets and VGM export

This commit is contained in:
tildearrow 2023-08-28 18:21:49 -05:00
parent 2fddd9e4d4
commit 35faa8c23c
2 changed files with 64 additions and 7 deletions

View file

@ -2030,6 +2030,11 @@ void FurnaceGUI::initSystemPresets() {
CH(DIV_SYSTEM_C140, 1.0f, 0, "")
}
);
ENTRY(
"Namco NA-1/2", {
CH(DIV_SYSTEM_C219, 1.0f, 0, "")
}
);
ENTRY(
"Taito Arcade", {
CH(DIV_SYSTEM_YM2610B, 1.0f, 0, "")
@ -2557,6 +2562,11 @@ void FurnaceGUI::initSystemPresets() {
CH(DIV_SYSTEM_C140, 1.0f, 0, "")
}
);
ENTRY(
"Namco C219", {
CH(DIV_SYSTEM_C219, 1.0f, 0, "")
}
);
CATEGORY_END;
CATEGORY_BEGIN("Wavetable","chips which use user-specified waveforms to generate sound.");