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/flicker.s | 1 + 1 file changed, 1 insertion(+) (limited to 'basics/flicker.s') diff --git a/basics/flicker.s b/basics/flicker.s index 5677968..2cca1dd 100644 --- a/basics/flicker.s +++ b/basics/flicker.s @@ -184,6 +184,7 @@ stx $2001 ; PPUMASK stx $4010 ; APU DMC + bit $2002 ; PPUSTATUS @vblankwait1: bit $2002 ; PPUSTATUS bpl @vblankwait1 -- cgit v1.2.3