VOGONS

Common searches


Search results

Display options

Re: Prince of Persia I

It seems to be problem with your PoP version. I tried to reproduce this behaviour with my version and I didn't work. If you press shift+l you'll be transported to the next level, and if try to reach lvl 12 that way you'll only have 3 minutes to rescue the princess.. I tried the cheatmode thingie as …

Re: MSDOS 6.2 Debugger

in DOSBox General
Maybe it's compatible but I doubt that it will run in DOSBox since MS DOS utilities usually have a version check but you can try it. I have to program assembler code applications for school on a 8086 in MS-DOS debug I'd personally prefer to use an assembler and linker to write these apps since it is …

Re: Help w/Executing

in DOSBox General
This can have multiple reasons. Maybe the program tries to access some features DOSBox don't emulate (e.g. a particular graphics mode). It is also possible that you didn't configure DOSBox correctly. Maybe sth. goes wrong with the CPU. For example I noticed that Redneck Rampage only starts up when I …

Re: MemHack under DOSBox ?

Some time ago I used TSearch 1.6 to modify the amount of Money and the Division in Lamborghini: American Challenge. TSearch is a Win32 memory "hacking" app. I just opened the DOSBox process with it and looked for the money and division value. I didn't test it but I think if you restart DOSBox and …

Re: All about the speed

in DOSBox General
Just tested it. You obviously used the normal core. When I run it under normal core it's really slow (just as you reported). Anyways switching to dynamic core makes the game playable @ 38000 cycles.

Re: All about the speed

in DOSBox General
velvetmilk did you increase the cycles? By default DOSBox runs @ 2500 cycles and this might be a bit too slow. You can increase the cycles by pressing CTRL-F12 while DOSBox runs. If it's still running to slow you can try to use the dynamic core. Have a look @ the dosbox configuration file to find …

Re: can't create ddraw surface

in DOSBox General
I get this "cant create ddraw surface" error whenever I choose ddraw output, and it switches back to surface. Why is that? Well it's a problem with the SDL library. The version you're using hasn't been compiled "correctly". You have to get the source code and find this in src\video\windx5\SDL_ …

Re: Old School Hardware Keys

in DOSBox General
I don't want to promote Warez or Cracking here but you can try to find a crack for your program (i.e. a version which was modified so it doesn't require the dongle anymore). Since you're obviously a licensed user of the software (you own the dongle) it shouldn't be a problem. If it is a problem for …

Re: Static link the dlls?

I have to agree with mirekluza. If you personally prefer statically linked libraries compile your own copy of DOSBox. Get the source code of DOSBox as well as of the libraries you want to link and compile the libraries as static libraries and link them with DOSBox. I did this with SDL, SDL_net, …

Re: Jack Orlando

Hm it seems that the graphics mode Jack Orlando wants to use isn't supported by DOSBox. The DOSBox debugger sais it wants to set VESA mode 111h with INT 10 which is obviously not supported by DOSBox.

Re: Problems compiling DosBox (CVS) With MinGW

in DOSBox General
That sounds like it might very well be your problem. The gnu auto* utils are subtle and quick to breakage, and I wouldn't mix and match pieces from one tarball and another. Run autogen.sh to generate the configure file (note this usually requires having certain utilities installed, most likely …

Page 2 of 2