diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-03-20 18:01:34 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-03-20 18:01:34 +0100 |
| commit | b21e3d2588749568c777a84435905bef110f3479 (patch) | |
| tree | 957615ee80680a21abcbe67427455f946fdf9486 /basics/flicker.s | |
| parent | 49842414e2c570c511ef5c3c9e1860ee8d2fd504 (diff) | |
| download | code.nes-b21e3d2588749568c777a84435905bef110f3479.tar.gz code.nes-b21e3d2588749568c777a84435905bef110f3479.zip | |
Clear VBlank on reset on all examples
This was an oversight from the very first example that has propagated
into the other ones.
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'basics/flicker.s')
| -rw-r--r-- | basics/flicker.s | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
