]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Fix Agnus revision shown in advanced chipset
authorToni Wilen <twilen@winuae.net>
Sat, 11 Jan 2025 10:12:08 +0000 (12:12 +0200)
committerToni Wilen <twilen@winuae.net>
Sat, 11 Jan 2025 10:12:08 +0000 (12:12 +0200)
od-win32/win32gui.cpp

index 37499dc64d9c5610e14e4303f1978e3b24bc804e..db9892fba3e75ff703e51fb5fc372de7d340d6a6 100644 (file)
@@ -9672,7 +9672,7 @@ static void values_to_chipsetdlg2 (HWND hDlg)
                if (workprefs.ntscmode)
                        rev |= 0x10;
                rev |= (workprefs.chipset_mask & CSMASK_AGA) ? 0x23 : 0;
-               rev |= (currprefs.chipset_mask & CSMASK_ECS_AGNUS) ? 0x20 : 0;
+               rev |= (workprefs.chipset_mask & CSMASK_ECS_AGNUS) ? 0x20 : 0;
                _stprintf (txt, _T("%02X"), rev);
        }
        SetDlgItemText(hDlg, IDC_CS_AGNUSREV, txt);