View Single Post
Old 01-08-2004, 11:51 AM   #3
Data
retired
 
Data's Avatar


 
Join Date: Jun 2004
Location: Jan Mayen, Svalbard and Jan Mayen
Posts: 2,167
Default

did you 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
__________________
Flowing with the stream of life
Data is offline                         Send a private message to Data
Reply With Quote