mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -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
|
@ -546,6 +546,7 @@ typedef struct
|
|||
#define P32XF_68KCPOLL (1 << 0)
|
||||
#define P32XF_68KVPOLL (1 << 1)
|
||||
#define P32XF_Z80_32X_IO (1 << 7) // z80 does 32x io
|
||||
#define P32XF_DRC_ROM_C (1 << 8) // cached code from ROM
|
||||
|
||||
#define P32XI_VRES (1 << 14/2) // IRL/2
|
||||
#define P32XI_VINT (1 << 12/2)
|
||||
|
@ -914,6 +915,7 @@ void PicoWrite16_32x(unsigned int a, unsigned int d);
|
|||
void PicoMemSetup32x(void);
|
||||
void Pico32xSwapDRAM(int b);
|
||||
void Pico32xMemStateLoaded(void);
|
||||
void p32x_update_banks(void);
|
||||
void p32x_m68k_poll_event(unsigned int flags);
|
||||
void p32x_sh2_poll_event(SH2 *sh2, unsigned int flags, unsigned int m68k_cycles);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue