Re: Descent won't work in DOS
Posted on 2019-05-11, 06:16
CRT is the name of the unit in Borland/Turbo Pascal. It provides functions for screen handling , keyboard etc. Something like stdio.h in C or iostream in C++. In this unit somwhere there is a loop which causes overflow error on fast CPU (well faster than 200MHz). It seems that those games are …