mirror of https://github.com/stella-emu/stella.git
updated TIA random default
This commit is contained in:
parent
6fc715137b
commit
8acf8924c0
|
@ -38,3 +38,4 @@ src/tools/fonts/*
|
|||
a.out
|
||||
*.json
|
||||
*.sqlite3
|
||||
*.bak
|
|
@ -1033,7 +1033,7 @@ void DeveloperDialog::setDefaults()
|
|||
myConsole[set] = 0;
|
||||
// Randomization
|
||||
myRandomBank[set] = devSettings ? true : false;
|
||||
myRandomizeTIA[set] = true;
|
||||
myRandomizeTIA[set] = devSettings ? true : false;
|
||||
myRandomizeRAM[set] = true;
|
||||
myRandomizeCPU[set] = devSettings ? "SAXYP" : "AXYP";
|
||||
// Undriven TIA pins
|
||||
|
|
Loading…
Reference in New Issue