From 69d69a4f638641143e6e46bfc28dd9de23295c9d Mon Sep 17 00:00:00 2001 From: kub Date: Sat, 3 Jun 2023 20:56:42 +0000 Subject: [PATCH] mcd, fix prototype --- pico/pico_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pico/pico_int.h b/pico/pico_int.h index 7a697ed3..062e7669 100644 --- a/pico/pico_int.h +++ b/pico/pico_int.h @@ -770,7 +770,7 @@ int gfx_context_load(const unsigned char *state); void DmaSlowCell(u32 source, u32 a, int len, unsigned char inc); // cd/memory.c -extern unsigned int pcd_base_address; +extern u32 pcd_base_address; PICO_INTERNAL void PicoMemSetupCD(void); u32 PicoRead8_mcd_io(u32 a); u32 PicoRead16_mcd_io(u32 a); -- 2.39.2