From b69ddf1cd7123cc26b3936eda3c7c96a2750e612 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 24 Feb 2023 14:06:59 +0100 Subject: rename and move files --- stm32/ppu/ppu.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 stm32/ppu/ppu.h (limited to 'stm32/ppu/ppu.h') 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); -- cgit v1.2.3