Skip to content

Commit

Permalink
test: Add Playwav from https://www.fysnet.net/playwav.htm and https:/…
Browse files Browse the repository at this point in the history
…/www.fysnet.net/zips/playwav.zip to test 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 5f51882
Show file tree
Hide file tree
Showing 2 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 "playwav dtmf_src.wav" >> 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/playwav.com
Binary file not shown.

0 comments on commit 5f51882

Please sign in to comment.