sms, some cleanup

This commit is contained in:
kub 2021-10-26 23:35:42 +02:00
parent 1bb3f2cc8d
commit 1cdc3f8416
2 changed files with 100 additions and 45 deletions

View file

@ -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];