]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Fix RTG board Z3 config setup.
authorToni Wilen <twilen@winuae.net>
Mon, 3 Oct 2022 17:33:50 +0000 (20:33 +0300)
committerToni Wilen <twilen@winuae.net>
Mon, 3 Oct 2022 17:33:50 +0000 (20:33 +0300)
gfxboard.cpp

index 6af23f7861765b5a2d0338bae3b72c8458100e5d..24dd0467799c28211b5ba6362a6f7a48a1f5d674 100644 (file)
@@ -4325,13 +4325,13 @@ bool gfxboard_init_memory (struct autoconfig_info *aci)
        }
        if (gb->board->configtype == 3) {
                type = 0x80;
+               flags |= 0x10;
                if (ext_size) {
-                       type |= 0x20;
+                       flags |= 0x20;
                        type |= z3_flags;
                } else {
                        type |= z2_flags;
                }
-               flags |= 0x10;
        } else {
                type = z2_flags | 0xc0;
        }