mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
32x: implement standard/ssf2 mapper
This commit is contained in:
parent
fda2f31020
commit
8b9dbcde38
6 changed files with 126 additions and 59 deletions
|
@ -14,8 +14,12 @@ void PicoSVPInit(void);
|
|||
void PicoSVPStartup(void);
|
||||
void PicoSVPMemSetup(void);
|
||||
|
||||
/* misc */
|
||||
/* standard/ssf2 mapper */
|
||||
extern int carthw_ssf2_active;
|
||||
extern unsigned char carthw_ssf2_banks[8];
|
||||
void carthw_ssf2_startup(void);
|
||||
|
||||
/* misc */
|
||||
void carthw_Xin1_startup(void);
|
||||
void carthw_realtec_startup(void);
|
||||
void carthw_radica_startup(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue