From: twinaphex Date: Mon, 13 Jul 2020 19:29:19 +0000 (+0200) Subject: Buildfix X-Git-Tag: v2.00~707 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48302a8a51414b4d28df8ec28a6a2bb3a12e74b2;p=picodrive.git Buildfix --- diff --git a/pico/carthw/carthw.h b/pico/carthw/carthw.h index 7303f60a..a1875b6b 100644 --- a/pico/carthw/carthw.h +++ b/pico/carthw/carthw.h @@ -1,5 +1,6 @@ /* svp */ +#include "../pico_types.h" #include "svp/ssp16.h" typedef struct { @@ -18,7 +19,7 @@ void PicoSVPMemSetup(void); extern int carthw_ssf2_active; extern unsigned char carthw_ssf2_banks[8]; void carthw_ssf2_startup(void); -void carthw_ssf2_write8(unsigned int a, unsigned int d); +void carthw_ssf2_write8(u32 a, u32 d); /* misc */ void carthw_Xin1_startup(void);