mirror of https://github.com/stella-emu/stella.git
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:
parent
93a3952317
commit
17fc52bfc9
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue