From a6a49b284a43ba04a6b00dd0157daae050074c3e Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Fri, 17 Sep 2010 20:02:49 +0000 Subject: CMS: Change an incorrect error into debug output. svn-id: r52780 --- sound/softsynth/cms.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sound/softsynth/cms.cpp') diff --git a/sound/softsynth/cms.cpp b/sound/softsynth/cms.cpp index 271268a6d9..18eb663ca7 100644 --- a/sound/softsynth/cms.cpp +++ b/sound/softsynth/cms.cpp @@ -27,6 +27,7 @@ #include "common/textconsole.h" #include "common/translation.h" +#include "common/debug.h" // CMS/Gameblaster Emulation taken from DosBox @@ -338,8 +339,10 @@ void CMSEmulator::portWriteIntern(int chip, int offset, int data) { } break; - default: /* Error! */ - error("CMS Unkown write to reg %x with %x",reg, data); + default: + // The CMS allows all registers to be written, so we just output some debug + // message here + debug(5, "CMS Unkown write to reg %x with %x",reg, data); } } -- cgit v1.2.3