aboutsummaryrefslogtreecommitdiff
path: root/src/ppu
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-02-24 15:24:55 +0100
committerlonkaars <loek@pipeframe.xyz>2023-02-24 15:24:55 +0100
commit5f5c6a410cafaa917ca3ff0a2a95bb1f2db4b980 (patch)
treead1ff6847694c27da5e0a81324eeb505dfea3a6f /src/ppu
parent672982618cb3ea63f0305785d7c499c83ece145b (diff)
ppusim refactor
Diffstat (limited to 'src/ppu')
-rw-r--r--src/ppu/ppu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ppu/ppu.h b/src/ppu/ppu.h
index ac01ef7..7aeb7c1 100644
--- a/src/ppu/ppu.h
+++ b/src/ppu/ppu.h
@@ -4,6 +4,7 @@
void hh_ppu_vblank_interrupt();
void hh_ppu_init();
+void hh_ppu_deinit();
void hh_ppu_update_foreground(unsigned index, hh_s_ppu_loc_fam_entry e);
void hh_ppu_update_background(unsigned index, hh_s_ppu_loc_bam_entry e);