mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
sms, memory mapping improvements
This commit is contained in:
parent
47ea630f6d
commit
032c76a3a2
4 changed files with 69 additions and 41 deletions
|
@ -347,7 +347,8 @@ struct PicoMS
|
|||
unsigned char carthw[0x10];
|
||||
unsigned char io_ctl;
|
||||
unsigned char nmi_state;
|
||||
unsigned char pad[0x4e];
|
||||
unsigned char mapper;
|
||||
unsigned char pad[0x4d];
|
||||
};
|
||||
|
||||
// emu state and data for the asm code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue