mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sms, improved mapper support (more, menu option)
This commit is contained in:
parent
68e7a5c1c0
commit
f9ea940fb5
7 changed files with 206 additions and 55 deletions
|
@ -84,6 +84,7 @@ struct retro_core_option_definition option_defs_us[] = {
|
|||
},
|
||||
"disabled"
|
||||
},
|
||||
{
|
||||
"picodrive_smstype",
|
||||
"Master System type",
|
||||
"Choose which type of system the core should emulate for Master system",
|
||||
|
@ -94,6 +95,7 @@ struct retro_core_option_definition option_defs_us[] = {
|
|||
{ NULL, NULL },
|
||||
},
|
||||
"Auto"
|
||||
},
|
||||
{
|
||||
"picodrive_smsfm",
|
||||
"Master System FM sound unit",
|
||||
|
@ -105,6 +107,24 @@ struct retro_core_option_definition option_defs_us[] = {
|
|||
},
|
||||
"off"
|
||||
},
|
||||
{
|
||||
"picodrive_smsmapper",
|
||||
"Master System ROM mapping",
|
||||
"Choose which ROM mapper the core should apply. Auto will work for a wide range, but in some cases automatic detection fails.",
|
||||
{
|
||||
{ "Auto", NULL },
|
||||
{ "Sega", NULL },
|
||||
{ "Codemasters", NULL },
|
||||
{ "Korea", NULL },
|
||||
{ "Korea MSX", NULL },
|
||||
{ "Korea X-in-1", NULL },
|
||||
{ "Korea 4-Pak", NULL },
|
||||
{ "Korea Janggun", NULL },
|
||||
{ "Korea Nemesis", NULL },
|
||||
{ NULL, NULL },
|
||||
},
|
||||
"Auto"
|
||||
},
|
||||
{
|
||||
"picodrive_region",
|
||||
"Region",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue