* Johntheguy wrote:
> I heard that you can edit a rom, to change some things about it, since someone
> could make an edited one, but they can't put in on the web because it is still
> mostly HP's code, someone should make a little program that takes a new ROM
> compares it to the old rom, and just records where the changes are and what
> they are, so that people can make cool ROMS for EMU48.
this is pretty easy really. uuencode the two roms, and use diff
between the uuencoded versions to make a patch file, which you can
then feed to your own uuencoded rom with patch.
(requires Unix / Linux of course, but no one uses Windows any more do
they (:))
--tim