aboutsummaryrefslogtreecommitdiff
path: root/stm32/ppu/ppu.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-02-24 14:06:59 +0100
committerlonkaars <loek@pipeframe.xyz>2023-02-24 14:06:59 +0100
commitb69ddf1cd7123cc26b3936eda3c7c96a2750e612 (patch)
tree9ca68b0fb0aebe4cbd68f22f35e3da298baf8d5c /stm32/ppu/ppu.h
parentf3a47bde9bfaaa716de835c0c1499a685b4ac4f7 (diff)
rename and move files
Diffstat (limited to 'stm32/ppu/ppu.h')
-rw-r--r--stm32/ppu/ppu.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/stm32/ppu/ppu.h b/stm32/ppu/ppu.h
deleted file mode 100644
index ac01ef7..0000000
--- a/stm32/ppu/ppu.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-#include "types.h"
-
-void hh_ppu_vblank_interrupt();
-void hh_ppu_init();
-
-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);
-void hh_ppu_update_sprite(unsigned tilemap_index, hh_s_ppu_loc_sprite sprite);
-void hh_ppu_update_aux(hh_s_ppu_loc_aux aux);