From: kub <derkub@gmail.com>
Date: Sat, 3 Jun 2023 20:56:42 +0000 (+0000)
Subject: mcd, fix prototype
X-Git-Tag: v2.00~218
X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69d69a4f638641143e6e46bfc28dd9de23295c9d;p=picodrive.git

mcd, fix prototype
---

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);