mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
update for player
This commit is contained in:
11
CHANGELOG
11
CHANGELOG
@@ -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
|
||||
|
16915
src/builtin/cdplay.h
16915
src/builtin/cdplay.h
File diff suppressed because it is too large
Load Diff
@@ -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);
|
||||
|
Reference in New Issue
Block a user