mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-10-27 13:38:51 +01:00
sms, improve save/load + gg compatibility
This commit is contained in:
parent
1c120817fe
commit
3039d6d852
1 changed files with 5 additions and 1 deletions
|
|
@ -348,7 +348,11 @@ struct PicoMS
|
||||||
unsigned char io_ctl;
|
unsigned char io_ctl;
|
||||||
unsigned char nmi_state;
|
unsigned char nmi_state;
|
||||||
unsigned char mapper;
|
unsigned char mapper;
|
||||||
unsigned char pad[0x4d];
|
unsigned char fm_ctl;
|
||||||
|
unsigned char vdp_buffer;
|
||||||
|
unsigned char vdp_hlatch;
|
||||||
|
unsigned char io_gg[0x08];
|
||||||
|
unsigned char pad[0x42];
|
||||||
};
|
};
|
||||||
|
|
||||||
// emu state and data for the asm code
|
// emu state and data for the asm code
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue