VOGONS

Common searches


Search results

Display options

Re: Ultima Underworld demo fails to run

Disabling music did not help, neither changing the CD speed settings. This is how I installed it (runnning with DosBox in the default configuration of 0.72 on MacOSX): mkdir underworld cd underworld mkdir UWDEMO cd UWDEMO unzip /tmp/uw_demo1.zip unzip /tmp/uw_demo2.zip cd .. dosbox . (auto-mounts …

Ultima Underworld demo fails to run

I am trying to get the Ultima Underworld demo from ftp://nic.funet.fi/pub/msdos/games/demos/ (uw_demo1.zip + uw_demo2.zip) to work in DosBox 0.72 (Mac PPC). The setup using uwconfig works fine, but when I start the game with uwdemo, I briefly see the "Origin and Blue Sky Productions present a demo …

Re: CD-ROM issues in OSX

Here is a better (though still not perfect) version of SetDevice(): bool CDROM_Interface_Ioctl::SetDevice(char* path, int forceCD) { // try to get all mounts from Mac OS X struct statfs* pMntInfo = NULL; int nMountedFsCount = ::getmntinfo( &pMntInfo, MNT_WAIT ); if ( 0 >= nMountedFsCount ) { // no …

Re: CD-ROM issues in OSX

Another attempt, this time with sortof working SetDevice(). I am not certain if this will do the trick for audio tracks as well, though. But the volume label can now be properly retrieved from real CDs. This has not been tested with ISO images and the like, yet, btw., only with "real" CD-ROMs. It …

Page 1 of 2