From 5850f4ab766256791f72301349e30d4cd304c675 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 25 Feb 2023 13:08:00 +0100 Subject: ppusim done --- src/ppu/ppu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ppu/ppu.h') diff --git a/src/ppu/ppu.h b/src/ppu/ppu.h index 90f964e..cab0e30 100644 --- a/src/ppu/ppu.h +++ b/src/ppu/ppu.h @@ -13,7 +13,7 @@ void hh_ppu_update_background(unsigned index, hh_s_ppu_loc_bam_entry e); /* @brief update aux register */ void hh_ppu_update_aux(hh_s_ppu_loc_aux aux); /* @brief update single sprite */ -void hh_ppu_update_sprite(unsigned tilemap_index, hh_s_ppu_loc_sprite sprite); +void hh_ppu_update_sprite(unsigned tilemap_index, const hh_s_ppu_loc_sprite sprite); /* @brief update entire palette table */ void hh_ppu_update_palette_table(hh_ppu_loc_palette_table_t table); /* @brief update single palette */ -- cgit v1.2.3