From 79eb8656f6fdf9a3dcf1b78e0c269005c668e2f4 Mon Sep 17 00:00:00 2001 From: Thomas Jentzsch Date: Sun, 19 Sep 2021 18:20:30 +0200 Subject: [PATCH] fixed TV type autodetection failing when randomizing TIA --- src/emucore/tia/TIA.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emucore/tia/TIA.cxx b/src/emucore/tia/TIA.cxx index cf0b35be8..9d9f0ebf7 100644 --- a/src/emucore/tia/TIA.cxx +++ b/src/emucore/tia/TIA.cxx @@ -199,7 +199,7 @@ void TIA::reset() // from the constructor initialize(); - if(myRandomize) + if(myRandomize && !mySystem->autodetectMode()) { for(uInt32 i = 0; i < 0x10000; ++i) {