]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
#ifdef WITH_SPECIALMONITORS
authorToni Wilen <twilen@winuae.net>
Mon, 11 May 2026 14:06:01 +0000 (17:06 +0300)
committerToni Wilen <twilen@winuae.net>
Mon, 11 May 2026 14:06:01 +0000 (17:06 +0300)
custom.cpp

index 778ce4b38f493c86e82514885215259ca2cd7273..4cb3b46b8939371143f4d2028e202b2d3d9de855 100644 (file)
@@ -3688,9 +3688,11 @@ static void DDFSTOP(uae_u16 v)
 static void FMODE(uae_u16 v)
 {
        if (!aga_mode) {
+#ifdef WITH_SPECIALMONITORS
                if (currprefs.monitoremu) {
                        specialmonitor_store_fmode(vpos, agnus_hpos, v);
                }
+#endif
                fmode_saved = v;
                v = 0;
        } else {