update for player

This commit is contained in:
Wengier
2020-09-14 16:40:29 -04:00
parent ecb299259f
commit 7c2d6d4829
3 changed files with 16923 additions and 5 deletions

View File

@@ -23,10 +23,13 @@
to start the Configuration Tool as well. (Wengier)
- The powerful SJGPLAY for DOS has been built into
DOSBox-X. You can now find the CDPLAY.EXE program
in the Z drive for playing Audio CDs in DOS. This
freeware program was written by Steve Gray and is
now included in DOSBox-X with explicit permission
of the author. (Wengier)
in the Z drive for playing Audio CDs in DOS, and a
text file named CDPLAY.TXT for a quick usage guide.
The zip package including full documentation and
some extras will also appear as SJGPLAY.ZIP in the
Z drive. This freeware program was written by Steve
Gray and is now included in DOSBox-X with explicit
permission of the author. (Wengier)
- DOSBox-X will now by default show a quit warning
if a DOS program or game, or a guest system is
running. The previous behavior can be set with

File diff suppressed because it is too large Load Diff

View File

@@ -1546,6 +1546,8 @@ void SHELL_Init() {
VFILE_RegisterBuiltinFileBlob(bfb_DOS32A_EXE);
VFILE_RegisterBuiltinFileBlob(bfb_DOS4GW_EXE);
VFILE_RegisterBuiltinFileBlob(bfb_CDPLAY_EXE);
VFILE_RegisterBuiltinFileBlob(bfb_CDPLAY_TXT);
VFILE_RegisterBuiltinFileBlob(bfb_CDPLAY_ZIP);
VFILE_RegisterBuiltinFileBlob(bfb_EDIT_COM);
VFILE_RegisterBuiltinFileBlob(bfb_TREE_EXE);
VFILE_RegisterBuiltinFileBlob(bfb_4DOS_COM);