Will those patches preserve the game's timing?
Main Topics
Browse All TopicsI am trying to play an old DOS game (Traffic Department 2192), but when I start it I get the following error, even if I run it with "/config":
Runtime error 200 at 006B:0091.
Several websites have suggesting that the error is in the Borland CRT, and that the only patches available will destroy the game's timing. Is there any patch that will correct this error and keep the game's timing?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
The patches are for Pascal programs not game specific. I would GUESS it will overcome the error without changing the game, but you can always copy the game's folder before patching and replace it after patching if you don't like the result.
Use the first patch: it patches ONLY the program .exe (reversible if you keep a copy in a safe place).
Zee
Business Accounts
Answer for Membership
by: blue_zeePosted on 2004-02-15 at 10:08:50ID: 10366029
All programs compiled with Borland Pascal 7 that use the system unit Crt (almost
all programs do that) abort with the error message "Runtime Error 200" on all fast
PCs, for example Pentium II with 233 MHz.
This may be the cause for your problem.
I found these patches but handle carefully.
TPPatch Turbo Pascal Runtime Error 200 Fix (Recommended)
http://www.johndaileysoftw
(Freeware, 9.6kb < 1 minute)
Fixes the Runtime Error 200 error message in Pascal programs that are ran on faster computers (pentium and above). This is the recommended utility as it patches the program's executable.
TP7P5Fix Turbo Pascal Runtime Error 200 Fix
http://www.johndaileysoftw
(Freeware, 1.2kb < 1 minute)
Fixes the Runtime Error 200 error message in Pascal programs that are ran on faster computers (pentium and above). Only use this program on rare occassions as it is a Terminate and Stay Resident (TSR) program that runs in memory and fixes the error on the fly.
>> May cause problems on Windows95 and up.<<
Zee