Example files that use the joystick and keyboard inputs...

Previously, these files use to require a special library called INPUTS.LIB
to compile to EXE.  Now all the modules that use to be in the INPUTS.LIB
file are now in the GAMELIB.LIB file.  I apologize if this serves to confuse
anyone.

To compile to an EXE these examples, switch to the directory containing the
COMPILE.BAT and MAKE.BAT files, then type:

MAKE INP_EXPL\KEYTEST.C

To make KEYTEST.EXE....

Curious as to how the KEYTEST.ASM file was generated?

In the same directory, type:

COMPILE -S INP_EXPL\KEYTEST.C

The -S is specific to Turbo C.
For Microsoft C compilers, try using /Fa or /Fc.
