From 9737d564b876e462d23d4e1698d0371fa01d042f Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 29 Feb 2020 21:45:27 +0200 Subject: [PATCH] Remove KS 1.1 from quickstart a500 1.2 config. --- cfgfile.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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; } -- 2.47.3