From 17fc52bfc90af782d50348cb3f9080057098946d Mon Sep 17 00:00:00 2001 From: stephena Date: Sat, 3 Dec 2011 23:14:06 +0000 Subject: [PATCH] Made 'colorloss' option be true by default (so that PAL ROMs with an odd # of scanlines will display the image in black & white, just as on a real system. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2287 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- src/emucore/Settings.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emucore/Settings.cxx b/src/emucore/Settings.cxx index 87d65995c..1b4016856 100644 --- a/src/emucore/Settings.cxx +++ b/src/emucore/Settings.cxx @@ -55,7 +55,7 @@ Settings::Settings(OSystem* osystem) setInternal("center", "false"); setInternal("grabmouse", "true"); setInternal("palette", "standard"); - setInternal("colorloss", "false"); + setInternal("colorloss", "true"); setInternal("timing", "sleep"); setInternal("uimessages", "true");