From e67af58170967dc71fca269e2d26007a0b37df71 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 15 Aug 2021 18:11:52 +0300 Subject: [PATCH] Custom chipset WIP updates. --- custom.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom.cpp b/custom.cpp index 687ab0b4..bf01216a 100644 --- a/custom.cpp +++ b/custom.cpp @@ -9371,6 +9371,8 @@ static void reset_scandoubler_sync(int hpos) last_decide_sprite_hpos = hpos; last_fetch_hpos = hpos; last_copper_hpos = hpos; + last_diw_hpos = 0; + last_diw_hpos2 = 0; sprites_enabled_this_line = false; plfstrt_sprite = 0x100; } -- 2.47.3