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à --- basics/unrom.s | 1 + 1 file changed, 1 insertion(+) (limited to 'basics/unrom.s') diff --git a/basics/unrom.s b/basics/unrom.s index eb49b17..60b52d6 100644 --- a/basics/unrom.s +++ b/basics/unrom.s @@ -139,6 +139,7 @@ bankswitch_nosave: stx $2001 stx $4010 + bit $2002 @vblankwait1: bit $2002 bpl @vblankwait1 -- cgit v1.2.3