WIP add GBA system
This commit is contained in:
parent
892ee12d91
commit
f3705fb435
22 changed files with 748 additions and 49 deletions
|
|
@ -130,6 +130,16 @@ void FurnaceGUI::initSystemPresets() {
|
|||
CH(DIV_SYSTEM_GB, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Game Boy Advance (no software mixing)", {
|
||||
CH(DIV_SYSTEM_GB, 1.0f, 0,
|
||||
"chipType=3\n"
|
||||
"extendWave=true\n"
|
||||
"dacDepth=9\n"
|
||||
),
|
||||
CH(DIV_SYSTEM_GBA_DMA, 0.5f, 0, "dacDepth=9"),
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Neo Geo Pocket", {
|
||||
CH(DIV_SYSTEM_T6W28, 1.0f, 0, ""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue