mirror of https://github.com/stella-emu/stella.git
RAM should be randomized by default.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2104 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
60171fe69c
commit
8b3c0a00a9
|
@ -121,7 +121,7 @@ Settings::Settings(OSystem* osystem)
|
|||
setInternal("autoslot", "false");
|
||||
setInternal("showinfo", "1");
|
||||
setInternal("tiadriven", "false");
|
||||
setInternal("ramrandom", "false");
|
||||
setInternal("ramrandom", "true");
|
||||
setInternal("avoxport", "");
|
||||
setInternal("stats", "false");
|
||||
setInternal("audiofirst", "true");
|
||||
|
|
Loading…
Reference in New Issue