fixed TV type autodetection failing when randomizing TIA

This commit is contained in:
Thomas Jentzsch 2021-09-19 18:20:30 +02:00
parent 051d21bebb
commit 79eb8656f6

View File

@ -199,7 +199,7 @@ void TIA::reset()
// from the constructor
initialize();
if(myRandomize)
if(myRandomize && !mySystem->autodetectMode())
{
for(uInt32 i = 0; i < 0x10000; ++i)
{