VOGONS

Common searches


Search results

Display options

Re: Dongles?? PCAD, PSAVE

I didn't find anything about HOW to load/run/start a regular DOS within DosBox. Maybe I missed a link somewhere? There are basically two steps: Mount a disk image, then boot from it. I hope you know about disk images, they're basically dumps of whole floppies or hard disks to a file, partition …

Re: New CyclesAuto feature

From reading the code (but note that I haven't talked to any of the developers about this so I might be wrong), the idea seems to be that you can just say cycles=auto in the conf file and dosbox will then aim at eating about 80-90% of your CPU's power, so that it runs almost as fast as it can, but …

New CyclesAuto feature

Thanks to the developers for including this! One less patch to apply as soon as it'll work out right. For the moment there are a few problems with this that weren't in the timesynch patch: 1.) Music (FM) and sound (PC speaker seems to be affected most) are sounding like caterwauls or like a broken …

Re: Graphics performance boost

CVS means "concurrent versioning system" and is basically a way of storing source code in a way so that multiple persons can work on it. You can find dosbox's cvs page here: http://sourceforge.net/cvs/?group_id=52551 Either you have to check out the source yourself (pointers to software that does …

Re: Graphics performance boost

Hello Mamoru.kun. Answer number one: If you get a current CVS source of dosbox, functionality like that offered by Kronuz's patch is already included. No need to mess with the patch then. I don't know how to do a CVS checkout in Windows though, but I guess you need a CVS client or a CVS plugin for …

Some Modelines for dosbox on X (Linux etc.)

Hello, here are a few modelines for dosbox on XFree86 or X.org servers. They provide display timings that are -- as far as I could find out -- identical to those of original VGA/SVGA hardware. This has the nice effect that almost any monitor will recognize the timing as "known" and will do something …

Re: DosBox window size

sotargy wrote: Are the scalers changed by means of converting Dosbox.conf file, or how? No idea what you mean by "converting". The are indeed changed by editing the dosbox.conf file, yes.

Re: Making DOSBox batch file

or: c:\path\to\dosbox\dosbox.exe -conf game-specific.conf and put the command to run the game into the autoexec section of that conf file. That way you can use the conf options that work best with this particular game.

Re: Mount problem...

after mount you have to change to the drive first. i.e.: mount c [stuff] c: cd [your directory] You can always say DIR to find out where you're at. And often, it is simpler to mount your game directory directly to the C: root directory and skip the CD command entirely, for example: mount c /dos/ …

Page 19 of 20