mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sms, some cleanup
This commit is contained in:
parent
1bb3f2cc8d
commit
1cdc3f8416
2 changed files with 100 additions and 45 deletions
|
@ -342,6 +342,14 @@ struct PicoMisc
|
|||
unsigned int frame_count; // 1c for movies and idle det
|
||||
};
|
||||
|
||||
#define PMS_MAP_AUTO 0
|
||||
#define PMS_MAP_SEGA 1
|
||||
#define PMS_MAP_CODEM 2
|
||||
#define PMS_MAP_KOREA 3
|
||||
#define PMS_MAP_MSX 4
|
||||
#define PMS_MAP_N32K 5
|
||||
#define PMS_MAP_N16K 6
|
||||
|
||||
struct PicoMS
|
||||
{
|
||||
unsigned char carthw[0x10];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue