EGAVGA.TXT
----------

To compile&link the MYNES! source code successfully, you will have to
transform the "EGAVGA.BGI" driver supplied with your Turbo Pascal into
the corresponding "EGAVGA.OBJ" file.

The program  BINOBJ.EXE  (also supplied with your Turbo Pascal) will do this.
Just type this command line:

BINOBJ  <bgi_path>\EGAVGA.BGI  <mynes_path>\EGAVGA  VGADriver

  where  <bgi_path>   is the path to Turbo Pascal's .BGI and .CHR files
         <mynes_path> is the path to the MYNES! source files.

e.g.
      \TP\UTILS\BINOBJ  \TP\BGI\EGAVGA.BGI  \MYNES!\EGAVGA  VGADriver


NOTE:  you will have to "Change Dir" to <mynes_path> to compile mynes.

