Skip to content

Commit

Permalink
Update Changelog.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
JockeJarre committed Apr 14, 2024
1 parent c7eadfe commit a456db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
2 = new PWM mode (all solenoids but also lamps, and value if physic meaning, not smoothed out binary state)
For this new mode, we now hardcode a value 64, if the lamp intensity exceed this value, it is binary 1
- b2s_screenresidentifier: Add Comments hidded behind the taskbar #77
- "Fantasy" setting in B2STableSettings.xml is ignored #93

2.1.0

Expand Down
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:^PROC:"
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 a456db5

Please sign in to comment.