Tom Henrik |
25-08-2004 02:56 PM |
How to mount a CD-rom in DOSbox
Quote:
try mounting the cdrom in dosbox with the correct flags ?
examples. basic cdrom support
mount d d:\ -t cdrom
sdl support:
mount d d:\ -t cdrom -usecd 0
ioctl support:
mount d d:\ -t cdrom -usecd 0 -ioctl
or win98 aspi:
mount d d:\ -t cdrom -usecd 0 -aspi
change the number 0 in -usecd 0 to the correct number shown by :
mount -cd
|
|