GUI: hide some chips
- YMU759: impossible to implement properly - Dummy: doesn't make sense - μPD: incomplete and uncertain - SegaPCM 5-channel: Defle compat - Pong: doesn't make sense
This commit is contained in:
parent
f8b3c81d6c
commit
88b274b886
4 changed files with 10 additions and 28 deletions
|
|
@ -1336,11 +1336,6 @@ void FurnaceGUI::initSystemPresets() {
|
|||
)
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Epoch Super Cassette Vision", {
|
||||
CH(DIV_SYSTEM_UPD1771C, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
CATEGORY_END;
|
||||
|
||||
CATEGORY_BEGIN(_("Arcade systems"),_("INSERT COIN"));
|
||||
|
|
@ -1406,11 +1401,6 @@ void FurnaceGUI::initSystemPresets() {
|
|||
ENTRY(
|
||||
_("Atari"), {}
|
||||
);
|
||||
SUB_ENTRY(
|
||||
_("Pong"), {
|
||||
CH(DIV_SYSTEM_PONG, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
SUB_ENTRY(
|
||||
_("Atari Klax"), {
|
||||
CH(DIV_SYSTEM_MSM6295, 1.0f, 0, "clockSel=7") // 0.895MHz (3.579545MHz / 4)
|
||||
|
|
@ -2775,13 +2765,6 @@ void FurnaceGUI::initSystemPresets() {
|
|||
CH(DIV_SYSTEM_OPL4_DRUMS, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
if (settings.hiddenSystems) {
|
||||
ENTRY(
|
||||
_("Yamaha YMU759 (MA-2)"), {
|
||||
CH(DIV_SYSTEM_YMU759, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
}
|
||||
CATEGORY_END;
|
||||
|
||||
CATEGORY_BEGIN(_("Square"),_("these chips generate square/pulse tones only (but may include noise)."));
|
||||
|
|
@ -2882,11 +2865,6 @@ void FurnaceGUI::initSystemPresets() {
|
|||
CH(DIV_SYSTEM_MSM5232, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
_("Pong"), {
|
||||
CH(DIV_SYSTEM_PONG, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
_("NEC D65010G031"), {
|
||||
CH(DIV_SYSTEM_PV1000, 1.0f, 0, "")
|
||||
|
|
@ -3196,11 +3174,6 @@ void FurnaceGUI::initSystemPresets() {
|
|||
CH(DIV_SYSTEM_SUPERVISION, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
_("NEC μPD1771C"), {
|
||||
CH(DIV_SYSTEM_UPD1771C, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
CATEGORY_END;
|
||||
|
||||
CATEGORY_BEGIN(_("DefleMask-compatible"),_("these configurations are compatible with DefleMask.\nselect this if you need to save as .dmf or work with that program."));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue