]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Remove double assign
authorFrode Solheim <frode@fs-uae.net>
Fri, 1 Aug 2025 14:22:20 +0000 (16:22 +0200)
committerFrode Solheim <frode@fs-uae.net>
Fri, 1 Aug 2025 15:37:06 +0000 (17:37 +0200)
cpuboard.cpp

index 56de918227e129f3566fb1dc7abbe70d2ff65126..6cbb2e377d0d508c05b17bef127d4dd99c3608d7 100644 (file)
@@ -2708,10 +2708,10 @@ bool cpuboard_autoconfig_init(struct autoconfig_info *aci)
                                romtype = ROMTYPE_CB_TEKMAGIC;
                                break;
                        case BOARD_GVP_SUB_QUIKPAK:
-                               romtype = romtype = ROMTYPE_CB_QUIKPAK;
+                               romtype = ROMTYPE_CB_QUIKPAK;
                                break;
                        case BOARD_GVP_SUB_A1230SI:
-                               romtype = romtype = ROMTYPE_CB_A1230S1;
+                               romtype = ROMTYPE_CB_A1230S1;
                                break;
                }
                break;