mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
Buildfix
This commit is contained in:
parent
9257c0c5c8
commit
48302a8a51
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
/* svp */
|
/* svp */
|
||||||
|
#include "../pico_types.h"
|
||||||
#include "svp/ssp16.h"
|
#include "svp/ssp16.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
@ -18,7 +19,7 @@ void PicoSVPMemSetup(void);
|
||||||
extern int carthw_ssf2_active;
|
extern int carthw_ssf2_active;
|
||||||
extern unsigned char carthw_ssf2_banks[8];
|
extern unsigned char carthw_ssf2_banks[8];
|
||||||
void carthw_ssf2_startup(void);
|
void carthw_ssf2_startup(void);
|
||||||
void carthw_ssf2_write8(unsigned int a, unsigned int d);
|
void carthw_ssf2_write8(u32 a, u32 d);
|
||||||
|
|
||||||
/* misc */
|
/* misc */
|
||||||
void carthw_Xin1_startup(void);
|
void carthw_Xin1_startup(void);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue