Skip to content

Commit

Permalink
test: Add VOCPLAY.EXE and Sound Blaster AILv2 Real Mode driver to tes…
Browse files Browse the repository at this point in the history
…t emulation in Real Mode (or rather V8086 mode) and temporarily comment out Protected Mode playback with STP32.EXE
  • Loading branch information
volkertb committed Aug 19, 2024
1 parent f805995 commit 1420eb9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/02-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
echo "cd test" >> CICD_DOS.BAT
#echo "ren dos32a.exe dos4gw.exe" >> CICD_DOS.BAT
echo "ECHO Current BLASTER variable: %BLASTER%" >> CICD_DOS.BAT
echo "stp32 dtmf_src.wav a32sbdg.dll" >> CICD_DOS.BAT
#echo "stp32 dtmf_src.wav a32sbdg.dll" >> CICD_DOS.BAT
echo "vocplay dtmf_src.voc sbdig.adv" >> CICD_DOS.BAT
echo "ECHO %ERRORLEVEL% > exitcode.txt" >> CICD_DOS.BAT
echo "ECHO Result exit code of test command:" >> CICD_DOS.BAT
echo "type exitcode.txt" >> CICD_DOS.BAT
Expand Down
Binary file added test/SBDIG.ADV
Binary file not shown.
Binary file added test/VOCPLAY.EXE
Binary file not shown.
Binary file added test/dtmf_src.voc
Binary file not shown.

0 comments on commit 1420eb9

Please sign in to comment.