VOGONS


First post, by LoneLines

User metadata
Rank Member
Rank
Member

Does anyone know what the CDROM device name is in DOSBOX and if it can be changed?

For instance with MSCDEX:

C:\MSCDEX.EXE /D:CD123

The device name is CD123.

I'm thinking I may have a game which expects to see the device name as MSCDXXXX and fails to run because the device name is different.

Thanks

LoneLines list of workarounds for various games in DOSBox:
http://ADogsBox.jellofishi.com

Reply 1 of 5, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

Device name?? Isn't that the Driver name? So - you say you have games that only works with specific CD-ROM drivers?

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 2 of 5, by h-a-l-9000

User metadata
Rank DOSBox Author
Rank
DOSBox Author

...

Reply 4 of 5, by LoneLines

User metadata
Rank Member
Rank
Member

DosFreak: True, but since DOSBOX has no config.sys can the device name be changed?

h-a-l-9000: That's most interesting, my game is actually spurting a message in French about MSCD001, so I figured that's what it wanted to see as the device name. Guess it's back to the drawing board with it 😀

Thanks!

LoneLines list of workarounds for various games in DOSBox:
http://ADogsBox.jellofishi.com

Reply 5 of 5, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

The name is not changable, it's hardcoded into the sources. The name
shouldn't matter as there are defined interfaces to the cdrom driver,
and the regular file searching for a block dev works as well.