From cfb4f978a39a5ed8862b0c54a76216cdc365f0da Mon Sep 17 00:00:00 2001 From: birdybro Date: Fri, 24 Jun 2022 06:20:09 -0600 Subject: [PATCH] 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. --- SMS.sv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SMS.sv b/SMS.sv index cdc23d7..19e4e15 100644 --- a/SMS.sv +++ b/SMS.sv @@ -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;",