mirror of https://github.com/stella-emu/stella.git
fixed TV type autodetection failing when randomizing TIA
This commit is contained in:
parent
051d21bebb
commit
79eb8656f6
|
@ -199,7 +199,7 @@ void TIA::reset()
|
|||
// from the constructor
|
||||
initialize();
|
||||
|
||||
if(myRandomize)
|
||||
if(myRandomize && !mySystem->autodetectMode())
|
||||
{
|
||||
for(uInt32 i = 0; i < 0x10000; ++i)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue