Disable invalid OSD combinations (#128)

When Game Gear is active the border and the column mask don't do anything anyways, and the inverse is true when an SMS or Sega System E game is loaded regarding the game gear resolution option.
This commit is contained in:
birdybro
2022-06-24 06:20:09 -06:00
committed by GitHub
parent 023d2592e3
commit cfb4f978a3

6
SMS.sv
View File

@@ -246,10 +246,10 @@ parameter CONF_STR = {
"P1-;",
"P1OUV,Scale,Normal,V-Integer,Narrower HV-Integer,Wider HV-Integer;",
"P1-;",
"P1OD,Border,No,Yes;",
"D5P1OST,Masked left column,BG,Black,Cut;",
"D2P1OD,Border,No,Yes;",
"D2D5P1OST,Masked left column,BG,Black,Cut;",
"P1O8,Sprites per line,Standard,All;",
"P1o7,Game Gear Res.,Standard,Extended;",
"d2P1o7,Game Gear Res.,Standard,Extended;",
"P1-;",
"D2P1OC,SMS FM sound,Enable,Disable;",