From: Toni Wilen Date: Sat, 29 Feb 2020 19:45:27 +0000 (+0200) Subject: Remove KS 1.1 from quickstart a500 1.2 config. X-Git-Tag: 4400~109 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=9737d564b876e462d23d4e1698d0371fa01d042f;p=francis%2Fwinuae.git Remove KS 1.1 from quickstart a500 1.2 config. --- diff --git a/cfgfile.cpp b/cfgfile.cpp index 00e29c3e..2aafe646 100644 --- a/cfgfile.cpp +++ b/cfgfile.cpp @@ -8591,9 +8591,9 @@ static int bip_a500p (struct uae_prefs *p, int config, int compa, int romcheck) } static int bip_a500 (struct uae_prefs *p, int config, int compa, int romcheck) { - int roms[4]; + int roms[3]; - roms[0] = roms[1] = roms[2] = roms[3] = -1; + roms[0] = roms[1] = roms[2] = -1; switch (config) { case 0: // KS 1.3, OCS Agnus, 0.5M Chip + 0.5M Slow @@ -8622,7 +8622,6 @@ static int bip_a500 (struct uae_prefs *p, int config, int compa, int romcheck) case 4: // KS 1.2, OCS Agnus, 0.5M Chip roms[0] = 5; roms[1] = 4; - roms[2] = 3; p->bogomem_size = 0; p->chipset_mask = 0; p->cs_rtc = 0; @@ -8631,7 +8630,6 @@ static int bip_a500 (struct uae_prefs *p, int config, int compa, int romcheck) case 5: // KS 1.2, OCS Agnus, 0.5M Chip + 0.5M Slow roms[0] = 5; roms[1] = 4; - roms[2] = 3; p->chipset_mask = 0; break; }