Skip to content

Commit

Permalink
Add PROC windows to B2SWindowPunch #95
Browse files Browse the repository at this point in the history
  • Loading branch information
JockeJarre committed Apr 9, 2024
1 parent b1363ff commit c7eadfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion b2sbackglassserver/b2sbackglassserver/B2SInit.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ REM Cut holes in the destination "B2S Backglass Server" & "B2S DMD" forms
set "B2SWindowPunch=^B2S Backglass$|^B2S Backglass Server$|^B2S DMD$"

REM using "Virtual DMD", "Virtual Alphanumeric" and all "PUPSCREEN" forms as regular expressions
set "cutter=^Virtual DMD$|^Virtual Alphanumeric Display$|^PUPSCREEN[0-9]+$|^VPinMAME:"
set "cutter=^Virtual DMD$|^Virtual Alphanumeric Display$|^PUPSCREEN[0-9]+$|^VPinMAME:^PROC:"

REM Check if there is any table specific settings for B2SWindowPunch
if exist "%resfile%" for /f "usebackq eol=# tokens=1,2 delims==" %%G in (`findstr /R "^[A-Za-z0-9][A-Za-z0-9]*=" "%resfile%"`) do set "%%G=%%H"
Expand Down

0 comments on commit c7eadfe

Please sign in to comment.