Dec 162017
Patch for Turbo Pascal 6.0. Fixes DELAY procedure on machines faster than 30 mhz. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
DELAYPAT.BAT | 244 | 165 | deflated |
README | 723 | 430 | deflated |
Download File DELAY6.ZIP Here
Contents of the README file
This is a patch for the CRT unit for Turbo Pascal version 6.0. It takes care
of unpredictable DELAY times on computers faster than 30mhz.
To patch the CRT unit you need to have TURBO.TPL and TPUMOVER.EXE from
Turbo Pascal 6.0, and DELAYPAT.BAT from this ZIP file all in the
same directory. Also DOS's DEBUG must be in the current directory or
in the current path.
MAKE THESE CHANGES TO A COPY OF TURBO.TPL NOT YOUR ORIGNAL!
DO NOT CHANGE YOUR ORIGNAL TURBO.TPL ONLY CHANGE YOUR WORKING COPY!
To install the new CRT unit Type: DELAYPAT
When the DOS prompt comes back the installation process
is complete. NOTE: the changes will only affect programs that are compiled
after that patch has been made.
of unpredictable DELAY times on computers faster than 30mhz.
To patch the CRT unit you need to have TURBO.TPL and TPUMOVER.EXE from
Turbo Pascal 6.0, and DELAYPAT.BAT from this ZIP file all in the
same directory. Also DOS's DEBUG must be in the current directory or
in the current path.
MAKE THESE CHANGES TO A COPY OF TURBO.TPL NOT YOUR ORIGNAL!
DO NOT CHANGE YOUR ORIGNAL TURBO.TPL ONLY CHANGE YOUR WORKING COPY!
To install the new CRT unit Type: DELAYPAT
When the DOS prompt comes back the installation process
is complete. NOTE: the changes will only affect programs that are compiled
after that patch has been made.
December 16, 2017
Add comments