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
|
a.out
|
||||||
*.json
|
*.json
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
|
*.bak
|
|
@ -1033,7 +1033,7 @@ void DeveloperDialog::setDefaults()
|
||||||
myConsole[set] = 0;
|
myConsole[set] = 0;
|
||||||
// Randomization
|
// Randomization
|
||||||
myRandomBank[set] = devSettings ? true : false;
|
myRandomBank[set] = devSettings ? true : false;
|
||||||
myRandomizeTIA[set] = true;
|
myRandomizeTIA[set] = devSettings ? true : false;
|
||||||
myRandomizeRAM[set] = true;
|
myRandomizeRAM[set] = true;
|
||||||
myRandomizeCPU[set] = devSettings ? "SAXYP" : "AXYP";
|
myRandomizeCPU[set] = devSettings ? "SAXYP" : "AXYP";
|
||||||
// Undriven TIA pins
|
// Undriven TIA pins
|
||||||
|
|
Loading…
Reference in New Issue