From fe74bebe4d8a3f5dec5588ba5b9752e8c680c790 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Thu, 4 Mar 2004 10:34:32 +0000 Subject: [PATCH] Slight bug in cms still checking some old config option Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1702 --- src/hardware/gameblaster.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hardware/gameblaster.cpp b/src/hardware/gameblaster.cpp index 5bb1dcd4..0f98d8ae 100644 --- a/src/hardware/gameblaster.cpp +++ b/src/hardware/gameblaster.cpp @@ -422,7 +422,6 @@ static void write_cms(Bit32u port,Bit8u val) { void CMS_Init(Section* sec,Bitu rate) { Section_prop * section=static_cast(sec); - if(!section->Get_bool("cms")) return; sample_rate=rate; IO_RegisterWriteHandler(0x220,write_cms,"CMS");