giga-refactor, part 20
convert compat SegaPCM to normal SegaPCM with 5 channels convert Neo Geo CD to YM2610
This commit is contained in:
parent
26993d2b40
commit
47e2910498
16 changed files with 79 additions and 120 deletions
|
|
@ -3988,17 +3988,17 @@ void FurnaceGUI::initSystemPresets() {
|
|||
ENTRY(
|
||||
_("Arcade (YM2151 and SegaPCM)"), {
|
||||
CH(DIV_SYSTEM_YM2151, 1.0f, 0, ""),
|
||||
CH(DIV_SYSTEM_SEGAPCM_COMPAT, 1.0f, 0, "")
|
||||
CH(DIV_SYSTEM_SEGAPCM, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
_("Neo Geo CD"), {
|
||||
CH(DIV_SYSTEM_YM2610, 1.0f, 0, "")
|
||||
_("Neo Geo"), {
|
||||
CH(DIV_SYSTEM_YM2610_FULL, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
_("Neo Geo CD (extended channel 2)"), {
|
||||
CH(DIV_SYSTEM_YM2610_EXT, 1.0f, 0, "")
|
||||
_("Neo Geo (extended channel 2)"), {
|
||||
CH(DIV_SYSTEM_YM2610_FULL_EXT, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue