M13SPEED SOURCE CODE NOTES
--------------------------

I did not write M13SPEED from scratch.  As an hobbyist/amateur programmer,
I consider TSR-programming to be one of the more arcane arts.  Luckily,
Borland's www-site is filled with Turbo/Borland C++ programming examples.
Many of them address programming issues under the MS-DOS environment.

Anyway, M13SPEED started out as "CLOCK.CPP", a Borland sample-program.
I've included the original program to show you how easy it is to write
a simple-TSR, given a template like the one Borland provides.
