sms, autodetection for sg-1000 ram extension

This commit is contained in:
kub 2022-02-27 09:40:04 +00:00
parent 171fb8cc14
commit 3611781e65
4 changed files with 40 additions and 26 deletions

View file

@ -342,6 +342,11 @@ struct PicoMisc
unsigned int frame_count; // 1c for movies and idle det
};
#define PMS_HW_GG 0x1 // Game Gear
#define PMS_HW_LCD 0x2 // GG LCD
#define PMS_HW_JAP 0x4 // japanese system
#define PMS_HW_SG 0x8 // SG-1000
#define PMS_MAP_AUTO 0
#define PMS_MAP_SEGA 1
#define PMS_MAP_CODEM 2