mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
32x: implement standard/ssf2 mapper, part 2
Turns out wasn't actually hooked in.
This commit is contained in:
parent
310d973b9e
commit
8fde2033ac
3 changed files with 75 additions and 17 deletions
|
@ -18,6 +18,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);
|
||||
|
||||
/* misc */
|
||||
void carthw_Xin1_startup(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue