mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
sms, mapper for taiwanese sg-1000 ram extension
This commit is contained in:
parent
aaef4b945e
commit
171fb8cc14
5 changed files with 11 additions and 2 deletions
|
@ -1526,6 +1526,8 @@ static void update_variables(bool first_run)
|
|||
PicoIn.mapper = PMS_MAP_JANGGUN;
|
||||
else if (strcmp(var.value, "Korea Nemesis") == 0)
|
||||
PicoIn.mapper = PMS_MAP_NEMESIS;
|
||||
else if (strcmp(var.value, "Taiwan 8K RAM") == 0)
|
||||
PicoIn.mapper = PMS_MAP_8KRAM;
|
||||
else
|
||||
PicoIn.mapper = PMS_MAP_SEGA;
|
||||
}
|
||||
|
|
|
@ -138,6 +138,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
|
|||
{ "Korea 4-Pak", NULL },
|
||||
{ "Korea Janggun", NULL },
|
||||
{ "Korea Nemesis", NULL },
|
||||
{ "Taiwan 8K RAM", NULL },
|
||||
{ NULL, NULL },
|
||||
},
|
||||
"Auto"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue