From 5fd1fa236747a93fc046892200ba10163d4aa27b Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Wed, 20 Dec 2017 19:41:23 +0200 Subject: [PATCH] Use 391078-01 CIA if A600 hardware. --- cfgfile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cfgfile.cpp b/cfgfile.cpp index be0c67dc..54137710 100644 --- a/cfgfile.cpp +++ b/cfgfile.cpp @@ -8326,6 +8326,7 @@ int built_in_chipset_prefs (struct uae_prefs *p) p->cs_ciaoverlay = 0; p->cs_resetwarning = 0; p->cs_ciatodbug = true; + p->cs_ciatype[0] = p->cs_ciatype[1] = 1; break; case CP_A1000: // A1000 p->cs_a1000ram = 1; -- 2.47.3