VOGONS

Common searches


Search results

Display options

Re: Links: the Challenge CD Install

The installer creates a file on the install target HD as a disk test. The filename is comprised entirely of 0xfe characters that are legal (through function calls) in real DOS, but are considered illegal by DOSBox. The installer appears to work OK if 0xfe is added to the list of allowed characters …

Re: QBasic MPU-401 and OPL-3 addresses (newbie)

Under 0.74 or 0.73, i tried use mixer command but it doesn't shows DISNEY channel, however, it does show DISNEY on dosbox 0.72, using the same config file. A change was made to disney.cpp in revision 3180 causing the mixer object to exist only while the Disney device is active. This means that the …

Re: QBasic MPU-401 and OPL-3 addresses (newbie)

The only way to change the ports is to change the DOSBox source code. MPU-401 = 0x330 Disney/Covox = 0x378 OPL2 = 0x388 - 0x389 OPL3 = 0x388 - 0x38B Most games have no trouble using the emulated devices at these ports. Perhaps you are not seeing expected responses because you are making assumptions …

Re: Installing Jungle Strike from CD-ROM

Actually, there is no "CD" parameter, and invalid parameters make the game use its defaults (non-full install, normal movies), which is equivalent to changing the line in the batch file to just "@D:\JUNGLE". The "HD" parameter tells the game to look for its .DAT file on the hard disk, and …

Re: Mag-Racer (1997) - Crash on Launch

Initializing the SB seems a bit iffy with this game, but it does work sometimes; might be sensitive to cycles. However, GUS has worked every time for me. I delete both .CFG files so it has no previous settings that might cause problems, run SOUNDSET.EXE to choose sound settings, then run MAG.EXE to …

Re: GT Racing 97 - Sound Setup

I can use your cue with my bin and it causes the game to not recognize the disc as correct. Did you change the name of the BIN file in the cuesheet? Because it seems yours is named differently. When you say it doesn't "like" the cuesheet, what exactly happens?

Re: GT Racing 97 - Sound Setup

If you're not going to heed the advice in the conf file that tells you to stick with the default of memsize=16 unless you have a good reason to do otherwise, at least always use the default when troubleshooting... The game has a number of CD-checks, and one of them is based on audio track start/stop …

Re: GT Racing 97 - Sound Setup

Your cue differs from the one I have on the first audio track, I think due to how image tools handle pregap differently on mixed mode discs. I tried using your cue with my bin, but it seems to work just as well, at least for the purpose of the install program and configuring sound. Try again with …

Re: GT Racing 97 - Sound Setup

The default for SB is IRQ 7, so why are you starting with 5? Do you have sbtype=sb16 or something else? Are you mounting a BIN/CUE with audio tracks? I mention the audio tracks, because the install program tries to play one as part of its audio test... It's working fine here in 0.74 with default …

Re: Colony Wars 2492

Sounds like you may have a different version. The patch loader will only work with CW.EXE, 318,576 bytes, dated 6 March 1996, with a CRC32 of B4B4E9C0. However, it's quite possible the same issue exists in other versions. If you have a different version, and it does indeed have the same issue, you …

Re: Emergency Room

The install program wants at least one clock tick to occur when it's reading blocks of data from the cdrom, but it sees the transfer as effectively instantaneous within the DOSBox emulation, so it kind of refuses to accept that and retries endlessly. The attached workaround program delays the block …

Page 102 of 186