Namco WSG: ROM mode should be off by default!!!

This commit is contained in:
tildearrow 2023-03-29 01:55:21 -05:00
parent 82b81c6a16
commit ed548c98c4
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ void DivPlatformNamcoWSG::setFlags(const DivConfig& flags) {
oscBuf[i]->rate=rate;
}
newNoise=flags.getBool("newNoise",true);
romMode=flags.getBool("romMode",true);
romMode=flags.getBool("romMode",false);
if (devType==30) romMode=false;
}