Namco WSG: ROM mode should be off by default!!!
This commit is contained in:
parent
82b81c6a16
commit
ed548c98c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue