]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Remove KS 1.1 from quickstart a500 1.2 config.
authorToni Wilen <twilen@winuae.net>
Sat, 29 Feb 2020 19:45:27 +0000 (21:45 +0200)
committerToni Wilen <twilen@winuae.net>
Sat, 29 Feb 2020 19:45:27 +0000 (21:45 +0200)
cfgfile.cpp

index 00e29c3e0f49831095d1077788c8a99dce3667b5..2aafe646ab5ec8c82733e20d31649ff7bae5d5d7 100644 (file)
@@ -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;
        }