Skip to content

Commit

Permalink
happier flappy rewinds in this nes
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Nov 25, 2024
1 parent 1e9e765 commit 865fb22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/burn/drv/nes/d_nes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10592,6 +10592,7 @@ static void ppu_scan(INT32 nAction)
SCAN_VAR(bgtable_start);
SCAN_VAR(sprtable_start);
SCAN_VAR(ppu_pal_mask);
SCAN_VAR(ppu_pal_emphasis);

SCAN_VAR(ppu_no_nmi_this_frame);
SCAN_VAR(ppu_odd);
Expand Down

0 comments on commit 865fb22

Please sign in to comment.