Posted at 2010-01-26 02:03:31 by SHD
A user at the VOGONS forums posted a question about being able to start Windows 3.1 (inside DOSBox) with another application and shutting down that Windows instance (and thus DOSBox) immediately when that application exits. This would normally be accomplished by setting the application as the shell in place of the default (Program Manager) by changing the shell=progman.exe line in SYSTEM.INI to the path of the application's executable.
Posted at 2009-09-05 17:57:08 by SHD
In the time of DOS, the operating system severely limited how many files could be open simultaneously. The default amount was a ridiculously low of 8 open files, so most people made use of the system's ability to customise the limit by adding a setting to config.sys. A common (and sensible) value was "files=20".
Posted at 2009-06-27 05:11:06 by SHD
An update for the DOSBox configuration GUI. This time, it's starting to look a little more like the Windows 95 interface rather than Windows 3.1. This looks a little less retro, but leaves more space for the window contents. Check out the screenshot below.
Posted at 2009-06-20 21:40:47 by SHD
DOSBox makes use of the SDL library with a few slight modifications for performance on Windows. This exposes a memory leak in SDL 1.2.x. I have filed a bug report and fix with the SDL people, but since this code path is not used under normal circumstances, only in DOSBox, they are not likely to incorporate it any time soon.
Posted at 2009-06-20 19:51:17 by SHD
Because of my earlier patch for Omnicron Conspiracy that froze at the title screen, being unable to read keystrokes when run in DOSBox, it wasn't surprising to see a similar problem arrive in my mailbox. This time, the game was "Interphase" and it also got stuck in a loop at the intro screen and rolling demo, not acknowledging any input from keyboard or mouse.