Merge branch 'master' into metal
This commit is contained in:
commit
622eff327d
8 changed files with 26 additions and 8 deletions
|
|
@ -134,6 +134,7 @@ const char* aboutLine[]={
|
|||
"NeoWar",
|
||||
"Nerreave",
|
||||
"niffuM",
|
||||
"Nikku4211",
|
||||
"<nk>",
|
||||
"Notakin",
|
||||
"nwcr",
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue