]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Restore color palette reset setup.
authorToni Wilen <twilen@winuae.net>
Sun, 1 Jun 2025 14:52:55 +0000 (17:52 +0300)
committerToni Wilen <twilen@winuae.net>
Sun, 1 Jun 2025 14:52:55 +0000 (17:52 +0300)
custom.cpp

index 8bbfe11230e379c74e8abf3b87806bfdc7350e04..4165353198cc0a34923af66ad3dcac0af80ea677 100644 (file)
@@ -6777,7 +6777,6 @@ void custom_reset(bool hardreset, bool keyboardreset)
                        sprhstop = 0xffff;
                        sprhstrt = 0xffff;
 
-#if 0
                        for (int i = 0; i < 32; i++) {
                                uae_u16 c;
                                if (i == 0) {
@@ -6810,7 +6809,7 @@ void custom_reset(bool hardreset, bool keyboardreset)
                                }
 #endif
                        }
-#endif
+
                        lof_store = lof_display = 0;
                }