Merge branch 'master' into preset2

This commit is contained in:
cam900 2022-03-28 12:46:52 +09:00 committed by GitHub
commit b11c840ed4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
67 changed files with 3707 additions and 296 deletions

View file

@ -227,6 +227,13 @@ void FurnaceGUI::initSystemPresets() {
0
}
));
cat.systems.push_back(FurnaceGUISysDef(
"NES with Konami VRC6", {
DIV_SYSTEM_NES, 64, 0, 0,
DIV_SYSTEM_VRC6, 64, 0, 0,
0
}
));
cat.systems.push_back(FurnaceGUISysDef(
"NES with Konami VRC7", {
DIV_SYSTEM_NES, 64, 0, 0,
@ -241,6 +248,13 @@ void FurnaceGUI::initSystemPresets() {
0
}
));
cat.systems.push_back(FurnaceGUISysDef(
"NES with Namco 163", {
DIV_SYSTEM_NES, 64, 0, 0,
DIV_SYSTEM_N163, 64, 0, 112,
0
}
));
cat.systems.push_back(FurnaceGUISysDef(
"NES with Family Noraebang", {
DIV_SYSTEM_NES, 64, 0, 0,