Merge branch 'master' into metal

This commit is contained in:
tildearrow 2024-04-15 17:39:36 -05:00
commit 622eff327d
8 changed files with 26 additions and 8 deletions

View file

@ -134,6 +134,7 @@ const char* aboutLine[]={
"NeoWar",
"Nerreave",
"niffuM",
"Nikku4211",
"<nk>",
"Notakin",
"nwcr",

View file

@ -216,6 +216,19 @@ void FurnaceGUI::initSystemPresets() {
CH(DIV_SYSTEM_SNES, 1.0f, 0, "")
}
);
SUB_ENTRY(
"Super Game Boy", {
CH(DIV_SYSTEM_GB, 1.0f, 0, "customClock=4295455"),
CH(DIV_SYSTEM_SNES, 1.0f, 0, "")
},
"tickRate=61.44697015935724"
);
SUB_ENTRY(
"Super Game Boy 2", {
CH(DIV_SYSTEM_GB, 1.0f, 0, ""),
CH(DIV_SYSTEM_SNES, 1.0f, 0, "")
}
);
ENTRY(
"Mattel Intellivision", {
CH(DIV_SYSTEM_AY8910, 1.0f, 0, "chipType=3")