From: Toni Wilen Date: Tue, 18 Jun 2019 17:27:30 +0000 (+0300) Subject: A4000 does have CIA overlay. X-Git-Tag: 4300~194 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=f5d839749609768d5b8d4280102171c63d4a9bbf;p=francis%2Fwinuae.git A4000 does have CIA overlay. --- diff --git a/cfgfile.cpp b/cfgfile.cpp index 02e2b75d..c81ad955 100644 --- a/cfgfile.cpp +++ b/cfgfile.cpp @@ -8927,7 +8927,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_ciaoverlay = 0; p->cs_z3autoconfig = true; p->cs_unmapped_space = 1; break; @@ -8939,7 +8938,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_ciaoverlay = 0; p->cs_z3autoconfig = true; p->cs_unmapped_space = 1; break;