From: Toni Wilen Date: Sun, 1 Jun 2025 14:52:55 +0000 (+0300) Subject: Restore color palette reset setup. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=d87c21f93435ce26065deabbe979604adde5fddd;p=francis%2Fwinuae.git Restore color palette reset setup. --- 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; }