The fantfour text file that comes with this game says that the game does
not work with DOS higher than 2.11.  I got the game to work under windows
95 by doing a little hacking.

The game uses a very old dos call (int 21 func. 0f) to open a datafile called
SPL53P.DAT, but it tries to read in a filename called "SPL???.DAT"

I can only assume that older versions of DOS allowed wildcards when opening
a filename, and the later versions do not?  Beats me.  Anyway, I hacked the
fantfour.exe file and changed the "???" to "53P" so the filename is correct.

The game used to return to dos with the error "file not found in line 260"
before I made this modification.  Now it appears to run normally.  (I didn't
playtest it very far, as it is incredibly bad!)

I renamed the original fantfour.exe to fantfour.bak in case someone wants to
investigate this further, which I doubt.

-jeff!

