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à --- scroll/toggle.s | 1 + 1 file changed, 1 insertion(+) (limited to 'scroll/toggle.s') diff --git a/scroll/toggle.s b/scroll/toggle.s index 32fc39f..57f403f 100644 --- a/scroll/toggle.s +++ b/scroll/toggle.s @@ -223,6 +223,7 @@ stx PPU::MASK stx APU::DMC + bit PPU::STATUS @vblankwait1: bit PPU::STATUS bpl @vblankwait1 -- cgit v1.2.3