First post, by pzs
I'm trying to get the DOS pinball game Tilt! working on Mac OS X (10.4) and dosbox 0.73. I think I am having trouble with the CD mounting. I have tried to read the docs and look at this thread:
but so far no luck. I mount c drive as normal:
Z:\>mount c "/Users/pzs/dosbox"
Then I mount D drive like this:
Z:\>mount d "/Volumes/Tilt!" -t cdrom
then install the game. When I try to run the game (using tilt.bat) I get:
Testing drive D:...
unknown error
Also, based on this:
Z:\>mount -cd
CDROMs found: 1
0. disk1
I've tried:
Z:\>mount d "/Volumes/Tilt!" -t cdrom -cdrom disk1 -ioctl
and
Z:\>mount d "/Volumes/Tilt!" -t cdrom -label Tilt
(and various combinations thereof) which gives the same error message.
Any suggestions? The list does say this game is supported.
Peter