          _____________________________________
          |                                   |
          | FixRom ver 1.01 by Dines Justesen |
          |___________________________________|

This  programs takes rom dumps  made by the Dump ROM program
and  converts  them  to a file  which  can  be used  be  the
TI85 Emulator. The program does no error checking so in case
of an error (missing  files, lack of disk space ...) it will
only show error messages made by the compiler.

To  use  the program you  need the .bin  files  made by  the
Dump ROM program  in the current directory.  When the FixRom
program is run it will create the needed file (ti85rom.bin),
which  has to  be  in the  TI85 Emulator  directory for  the
emulator to work. 

The  program is  really  simple, it takes the  rom dumps and
copies them  together, after having  corrected the last byte
of  each page.  The last byte,  which is  not  read  by  the
Dump ROM program, should have one of the following values.

Rom page 0 to 6 : All versions  $FF
Rom page 7      : Version 2.0   $2A
                          3.0A  $57
                          4.0   $8E
                          5.0   $5E
                          6.0   $3D
                          8.0   $97
                          9.0   $91
                         10.0   $35

You are free to use this program for what ever you like.
Thanks to David Ellsworth for information.

Version history
 1.0
   First version of the program (only tested on a 3.0A)
 1.01
   Small error corrected should now work with version 10.0
___________________________________________
|                                         |
| Dines Justesen                          |
| email: Dines@Mailhost.Net               |
|       c958362@student.dtu.dk            |
| www  : http://www.gbar.dtu.dk/~c958362/ |
|_________________________________________|