Commit Graph

10 Commits

Author SHA1 Message Date
doug 2d78f78640 Oops -- forgot to add the manifest and rc files for the CLI program. 2012-08-17 04:06:59 +00:00
bbraun a50c5e3f32 Add a "Tools" menu that has a "Split" command that will save the in-memory ROM image into 4 separate files name <selected file name>_{1-4}, where the numbers correspond to the IC's on the socketed ROM SIMM. 2011-12-06 02:21:21 +00:00
bbraun ac7c3bd523 Switch from radio button to checkbox for selecting the romdisk driver mod. 2011-12-05 15:28:46 +00:00
doug e9aea7e095 Added the Windows manifest generation to the cli app as well. 2011-12-05 05:01:00 +00:00
doug 2017a65139 Finished removing asprintf() code -- I forgot to remove the string variable and the corresponding free() call. 2011-12-05 04:37:36 +00:00
bbraun df15d0fbe7 Add the ability to add a romdisk image 2011-12-05 04:15:45 +00:00
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
bbraun 5ea92a9731 Don't use the "Go" button. Just open, select mods, save. 2011-12-05 01:57:07 +00:00
bbraun 88d5538984 Wild guess at a Qt GUI. 2011-12-05 01:11:34 +00:00
bbraun 919af0757e Initial commit. 2011-12-03 01:31:42 +00:00