dev229 - VERA: emulated noise freq was double that of real hardware (#2488)

* VERA: emulated noise freq was double that of real hardware

* fulfill req changes: version/engine version, revert SDL submodule
This commit is contained in:
mooinglemur 2025-04-26 08:38:20 -10:00 committed by GitHub
parent 35fe3679f2
commit b1814a8337
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 16 additions and 6 deletions

View file

@ -2100,6 +2100,12 @@ bool DivEngine::loadFur(unsigned char* file, size_t len, int variantID) {
ds.systemFlags[i].set("chipType",1);
}
}
} else if (ds.version<229) {
for (int i=0; i<ds.systemLen; i++) {
if (ds.system[i]==DIV_SYSTEM_VERA) {
ds.systemFlags[i].set("chipType",2);
}
}
}
// SNES no anti-click