From: Waccoon Date: Mon, 28 Nov 2022 11:00:13 +0000 (-0500) Subject: Revert "Fix A4000(T) CIA TOD source on F12" X-Git-Tag: 41000~38^2~1^2~2 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=2b81b15d2092b7480ec220b4bdab2d02f73932ef;p=francis%2Fwinuae.git Revert "Fix A4000(T) CIA TOD source on F12" This reverts commit ebb47d3412649b1f8e1d55f1491175c5a0faf497. --- diff --git a/cfgfile.cpp b/cfgfile.cpp index b089eebc..c183e54f 100644 --- a/cfgfile.cpp +++ b/cfgfile.cpp @@ -9456,7 +9456,6 @@ int built_in_chipset_prefs (struct uae_prefs *p) p->cs_mbdmac = 0; p->cs_ksmirror_a8 = 0; p->cs_ksmirror_e0 = 0; - p->cs_ciaatod = p->ntscmode ? 2 : 1; p->cs_z3autoconfig = true; p->cs_unmapped_space = 1; p->cs_eclocksync = 2; @@ -9469,7 +9468,6 @@ int built_in_chipset_prefs (struct uae_prefs *p) p->cs_mbdmac = 2; p->cs_ksmirror_a8 = 0; p->cs_ksmirror_e0 = 0; - p->cs_ciaatod = p->ntscmode ? 2 : 1; p->cs_z3autoconfig = true; p->cs_unmapped_space = 1; p->cs_eclocksync = 2;