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:
parent
35fe3679f2
commit
b1814a8337
5 changed files with 16 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue