mcd, fix prototype
authorkub <derkub@gmail.com>
Sat, 3 Jun 2023 20:56:42 +0000 (20:56 +0000)
committerkub <derkub@gmail.com>
Sun, 4 Jun 2023 10:13:53 +0000 (10:13 +0000)
pico/pico_int.h

index 7a697ed..062e766 100644 (file)
@@ -770,7 +770,7 @@ int gfx_context_load(const unsigned char *state);
 void DmaSlowCell(u32 source, u32 a, int len, unsigned char inc);\r
 \r
 // cd/memory.c\r
-extern unsigned int pcd_base_address;\r
+extern u32 pcd_base_address;\r
 PICO_INTERNAL void PicoMemSetupCD(void);\r
 u32 PicoRead8_mcd_io(u32 a);\r
 u32 PicoRead16_mcd_io(u32 a);\r