From d87c21f93435ce26065deabbe979604adde5fddd Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 1 Jun 2025 17:52:55 +0300 Subject: [PATCH] Restore color palette reset setup. --- custom.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/custom.cpp b/custom.cpp index 8bbfe112..41653531 100644 --- a/custom.cpp +++ b/custom.cpp @@ -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; } -- 2.47.3