From b21e3d2588749568c777a84435905bef110f3479 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 20 Mar 2025 18:01:34 +0100 Subject: Clear VBlank on reset on all examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was an oversight from the very first example that has propagated into the other ones. Signed-off-by: Miquel Sabaté Solà --- fx/blink.s | 1 + 1 file changed, 1 insertion(+) (limited to 'fx') diff --git a/fx/blink.s b/fx/blink.s index ce63b2c..2c21a8f 100644 --- a/fx/blink.s +++ b/fx/blink.s @@ -200,6 +200,7 @@ ;; NOTE: and from here on initialization proceeds as usual. + bit $2002 @vblankwait1: bit $2002 bpl @vblankwait1 -- cgit v1.2.3