notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9257c0c
)
Buildfix
author
twinaphex
<libretro@gmail.com>
Mon, 13 Jul 2020 19:29:19 +0000
(21:29 +0200)
committer
kub
<derkub@gmail.com>
Mon, 13 Jul 2020 22:21:33 +0000
(
00:21
+0200)
pico/carthw/carthw.h
patch
|
blob
|
blame
|
history
diff --git
a/pico/carthw/carthw.h
b/pico/carthw/carthw.h
index
7303f60
..
a1875b6
100644
(file)
--- 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(u
nsigned int a, unsigned int
d);
+void carthw_ssf2_write8(u
32 a, u32
d);
/* misc */
void carthw_Xin1_startup(void);