Slight bug in cms still checking some old config option
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1702
This commit is contained in:
parent
2579cf1c6a
commit
fe74bebe4d
1 changed files with 0 additions and 1 deletions
|
@ -422,7 +422,6 @@ static void write_cms(Bit32u port,Bit8u val) {
|
|||
|
||||
void CMS_Init(Section* sec,Bitu rate) {
|
||||
Section_prop * section=static_cast<Section_prop *>(sec);
|
||||
if(!section->Get_bool("cms")) return;
|
||||
sample_rate=rate;
|
||||
|
||||
IO_RegisterWriteHandler(0x220,write_cms,"CMS");
|
||||
|
|
Loading…
Add table
Reference in a new issue