- May 2013
- April 2013
- March 2013
- February 2013
- December 2012
- November 2012
- September 2012
- June 2012
- April 2012
- March 2012
- February 2012
- 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
Patches for old DOS games
I really like to play around with old DOS games, especially through DOSBox. Although the DOSBox devs have done an excellent job and yours truly has even submitted a few patches to this wonderful open source product, there are still some games that remain troublesome because of bugs in the games themselves. If I've managed to locate and fix the defective code in the game, you'll find the patch on this page. Just download the patch, place it inside the game directory and run it (only once). Your game will then be patched and should work inside DOSBox.
The patches exist as small binary files (with a large description embedded) or as self-executing files for Windows. If you download the patch files themselves, you'll need to run them through my Patcher tool.
Note: You won't find the actual games here. They are not mine to distribute.
Bill and Ted's Excellent Adventure
- patch file for use with Patcher.
- executable version runs directly from Windows.
Delta V - CD version
Ghostbusters 2
- patch file for use with Patcher.
- executable version runs directly from Windows.
Omnicron Conspiracy
DOSBox does not properly call INT16/AH=01 (and INT16/AH=00) for a keystroke, which causes Omnicron Conspiracy to freeze at the intro screen. This little wrapper program fixes that. Just place OMNICRON.COM in the game directory and start the game using OMNICRON.COM instead of OMNICRON.EXE.
Note: There are two versions of Omnicron Conspiracy. One is published by Epyx, the other by ImageWorks. The latter requires the fix of INT16/AH=00, while the former doesn't (although it doesn't hurt). This has been added in version 1.1 of the patch. For more information, also check the blog posts:
- wrapper program for use inside DOSBox. Assembly language (DOS Debug) source code is also available.
PC Paint 3.1
- patch file for use with Patcher.
- executable version runs directly from Windows.
- TSR program for use inside DOSBox. Assembly language (DOS Debug) source code is also available.