mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
sms, add sg-1000 support
This commit is contained in:
parent
216c9f17fa
commit
df6c895c5c
9 changed files with 72 additions and 41 deletions
|
@ -368,7 +368,8 @@ struct PicoMS
|
|||
unsigned char vdp_buffer;
|
||||
unsigned char vdp_hlatch;
|
||||
unsigned char io_gg[0x08];
|
||||
unsigned char pad[0x42];
|
||||
unsigned char mapcnt;
|
||||
unsigned char pad[0x41];
|
||||
};
|
||||
|
||||
// emu state and data for the asm code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue