update
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2031
This commit is contained in:
parent
512c2bde93
commit
bced25b890
1 changed files with 8 additions and 4 deletions
12
README
12
README
|
@ -1,4 +1,4 @@
|
|||
DOSBox v0.62
|
||||
DOSBox v0.63
|
||||
|
||||
|
||||
=====
|
||||
|
@ -151,8 +151,8 @@ A: DOSBox emulates several legacy sound devices:
|
|||
- Adlib
|
||||
Borrowed from MAME, this emulation is almost perfect and includes the
|
||||
Adlib's ability to almost play digitized sound.
|
||||
- SoundBlaster Pro
|
||||
Coupled with the Adlib, DOSBox provides Soundblaster Pro level 8-bit
|
||||
- SoundBlaster 16
|
||||
Coupled with the Adlib, DOSBox provides Soundblaster 16 level 16-bit
|
||||
stereo sound.
|
||||
- Disney Soundsource
|
||||
Using the printer port, this sound device outputs digital sound only.
|
||||
|
@ -250,7 +250,8 @@ MOUNT "Emulated Drive letter" "Real Drive or Directory"
|
|||
[-t type] [-aspi] [-ioctl] [-usecd number] [-size drivesize]
|
||||
[-label drivelabel] [-freesize sizemb]
|
||||
MOUNT -cd
|
||||
|
||||
MOUNT -u "Emulated Drive letter"
|
||||
|
||||
Program to mount local directories as drives inside DOSBox.
|
||||
|
||||
"Emulated Drive letter"
|
||||
|
@ -292,6 +293,9 @@ MOUNT -cd
|
|||
-cd
|
||||
Displays all detected cdrom drives and their numbers. Use with -usecd.
|
||||
|
||||
-u
|
||||
Removes the mount. Doesn't work for Z:\.
|
||||
|
||||
Note: It's possible to mount a local directory as cdrom drive.
|
||||
Hardware support is then missing.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue