Automatically exported from code.google.com/p/macrompatcher
Go to file
doug 875de91fce Fixed a few things that allow it to compile and run on Windows:
1) htonl() and htons() are declared in winsock.h on Windows and require ws2_32 to be linked in.
2) mingw does not have asprintf, so I changed the Qt GUI to use QString's sprintf() member function which should behave identically.
3) Windows Vista and 7 try to run any program with "patch" in the name with administrative privileges for backwards compatibility with legacy stuff, so I added a build step to the Qt app to embed a manifest. I also need to do the same thing with the cli app...
2011-12-05 03:35:33 +00:00
cli Fixed a few things that allow it to compile and run on Windows: 2011-12-05 03:35:33 +00:00
lib Fixed a few things that allow it to compile and run on Windows: 2011-12-05 03:35:33 +00:00
qtgui Fixed a few things that allow it to compile and run on Windows: 2011-12-05 03:35:33 +00:00
ChangeLog Initial commit. 2011-12-03 01:31:42 +00:00
LICENSE Initial commit. 2011-12-03 01:31:42 +00:00
Makefile Initial commit. 2011-12-03 01:31:42 +00:00
Makefile.win Fixed a few things that allow it to compile and run on Windows: 2011-12-05 03:35:33 +00:00
README Initial commit. 2011-12-03 01:31:42 +00:00

This is a tool and associated library intended to apply known ROM modifications to 68k Macintosh ROMs.

It currently knows about Mac II, IIx, SE/30 ROMs as "24bit" ROMs, and IIsi/IIci and higher ROMs, although it is most tested with machines that have a ROM SIMM slot, such as the Mac II, IIx, SE/30, IIsi, IIci, Quadra 700, etc.