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
This commit is contained in:
stephena 2011-12-03 23:14:06 +00:00
parent 93a3952317
commit 17fc52bfc9
1 changed files with 1 additions and 1 deletions

View File

@ -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");