- January 2012
- December 2011
- November 2011
- September 2011
- July 2011
- June 2011
- May 2011
- March 2011
- January 2011
- October 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- September 2009
- July 2009
- June 2009
- May 2009
- March 2009
- September 2008
- April 2008
- December 2007
- June 2007
- June 2005
- September 2004
- May 2002
- October 2001
- August 2001
Blog posts tagged "dosbox" – Posts 1..5 of 12 posts found:
2010-01-26: Created RunExit tool
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.
2009-09-05: Adjustable "files" setting in DOSBox
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".
2009-06-27: DOSBox GUI update
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.
2009-06-20: Memory leak in SDL
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.
2009-06-20: Interphase is badly cracked
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.