VOGONS

Common searches


Search results

Display options

Re: DOSBox .74 video capture rate

I thought about this problem a bit more and experimented with Dosbox's source. I quickly hacked in a feature where Dosbox keeps track of the drift between real time and emulated time, and whenever the drift grows too large (currently > 10 millisec), Dosbox automatically tries to catch up by using …

Re: DOSBox .74 video capture rate

You won't get real-time video from Dosbox because Dosbox doesn't record any skips or stutters. It's easy to demonstrate just by setting a very high number of cycles and then recording a video. When playing, Dosbox stutters and skips a lot, but the recorded video won't have any of that. You can …

Re: Making a linux Dosbox folder

in DOSBox General
I found my notes for a software project I did where I couldn't "install" anything on a Linux system, but I still had to have the software use some custom pre-built libraries. You could try downloading some pre-built dosbox packages like this one: http://packages.debian.org/squeeze/dosbox Extract the …

Re: Logging?

in DOSBox General
On Windows, dosbox -noconsole redirects everything to files called stdout.txt and stderr.txt. On Linux with Bash shell, you can use > and 2> to redirect to some file.

Re: Dosbox window scaling

I tested X-Com Apocalypse (Steam version but with Dosbox 0.74) and window scaling was preserved after the intro (although aspect ratio correction was briefly disabled between the executables because it went into text mode for a second). I used these settings: windowresolution=800x600 output=ddraw …

Re: Yet another attempt at vertical sync

Very cool! I'll give it a go. I thought some video drivers implemented vsync so that when the application does the screen flip or update, the function returns immediately without blocking the application, and a back buffer then gets flipped at the correct moment in the background. However, I …

Re: Desktop icons to run games in DOSBOX

in DOSBox General
Create a unique config file for each program, then for each create a shortcut to dosbox.exe with the additional command line parameter -conf gameconfigfile.conf. edit: You can create the config files by just copying the original config file. Add the mountings and directory changes to the autoexec …

Page 10 of 28