Commit Graph

  • db47039ed9 Programmer host software - Qt5 changes. master steve-chamberlin 2016-05-25 10:48:46 -0700
  • 0de8f4ef4a Programmer host software - edits to about box. steve-chamberlin 2016-05-25 10:48:09 -0700
  • 8503797424 Programmer host software support for 4MB SIMM. Also renamed chipType to chipLayout to better reflect what it does. steve-chamberlin 2016-05-25 10:33:05 -0700
  • a1d431baa5 Added icon for Mac OS X Doug Brown 2013-07-04 18:57:39 -0700
  • df2579bd40 Added Windows icon (thanks CC_333 for the icon) Doug Brown 2013-07-04 18:39:36 -0700
  • 6110068d04 Got it working so you can flash and read chips on the SIMM individually. Doug Brown 2013-07-04 18:34:27 -0700
  • 8f60d21c0c Finished adding support writing only a portion of the SIMM. For now the GUI limits you to only write a smaller section of the SIMM starting at the beginning, but the capability should be there in the Programmer class to add a GUI feature for writing a section in the middle. Doug Brown 2012-10-17 21:30:40 -0700
  • 09686d2199 This is an incomplete implementation of the new "erase some of the SIMM" feature. The erase capability is there, so next up comes the write. Doug Brown 2012-10-16 21:35:43 -0700
  • b57f0a83e1 Refactored verification code so Programmer is in charge of it rather than MainWindow. Also, I think I have verify while writing working but I can't test it yet because I haven't implemented in in the firmware. Bumped version number up as well. Doug Brown 2012-09-30 12:15:11 -0700
  • 23b28c2cc7 Added ability to edit read/write filenames by hand. Doug Brown 2012-09-29 21:55:50 -0700
  • 97f31bfec4 The verify after write only reads the amount of data needed now -- so if you flash a 512 KB file to a 2 MB SIMM, it will only read back 512 KB. Doug Brown 2012-09-15 15:16:43 -0700
  • 8121a6ae38 Added (untested) support for new ROM SIMM. Also fixed a few places where I didn't close the port if an error occurred. Updated version number to 1.0.1, but I won't release this version until I know the bigger SIMM works. Doug Brown 2012-09-02 16:06:44 -0700
  • c487751568 Merge branch 'master' of https://code.google.com/p/mac-rom-simm-programmer.software Doug Brown 2012-08-25 19:26:45 -0700
  • 7dca71235d Now saves the selected chip size and the verify after write setting. Doug Brown 2012-08-25 19:20:33 -0700
  • 57cffcf16b Added other SIMM capacities to dropdown list, now defaults to 2 MB SIMM. Doug Brown 2012-08-25 19:04:28 -0700
  • dfb2420ad7 The about box needed to be bigger on Linux as well... Doug Brown 2012-05-26 20:28:23 -0700
  • 7a2bfdf2fc Removed dead code and added a Mac OS X read me file. Doug Brown 2012-05-26 15:13:22 -0700
  • 6ceea8c22d Made about box bigger on Mac because the font appears slightly bigger. Doug Brown 2012-05-26 14:58:35 -0700
  • 7bf37d25fc Fixed font size issues on Mac OS X (hopefully) Doug Brown 2012-05-26 14:41:31 -0700
  • 1582190714 Fixed problem that caused nonworking progress bar in OS X. Oops! Doug Brown 2012-05-26 14:22:23 -0700
  • 4d4e33da77 Ensured application is compiled as both 32- and 64-bit Intel on Mac OS X. Doug Brown 2012-05-26 11:58:30 -0700
  • 0952aff705 Added GPL license text file. Doug Brown 2012-05-25 22:43:04 -0700
  • 04711c3851 Added about box with version info/licensing/credits. Inserted GPL license header into source code. Doug Brown 2012-05-25 22:38:14 -0700
  • 8fd2d0ee2a Updated to use my USB vendor/device ID combination. Doug Brown 2012-05-21 19:47:31 -0700
  • cec709c840 Added verify-after-write capability Doug Brown 2012-05-20 11:14:36 -0700
  • b8bf3e878b Added provisions to programmer protocol for specifying readback size. Doug Brown 2012-05-19 22:56:30 -0700
  • 20ed6dffdf Updated to assume that my version of qextserialport is checked out next to it. I'll try to make it automatically check everything out later. Doug Brown 2012-05-19 17:29:20 -0700
  • 1fdde6e9d5 Fixed device detection problems on Mac OS X -- seems to work now on Snow Leopard and Lion. Doug Brown 2012-05-18 19:39:24 -0700
  • 0e9736dcb2 Prettified more source code and began work on a dropdown menu for the chip size. Doug Brown 2012-05-13 20:30:21 -0700
  • 0dfe69cbf8 Added better error checking to the ROM SIMM flasher for when the programmer board is unplugged. The UI seems a lot cleaner now too. Doug Brown 2012-05-13 15:16:53 -0700
  • 4d38eb6d3e Moved the progress bar and status information to a new screen. Looks much better now. Also added better status information for when we are first making communication with the programmer. Doug Brown 2012-05-13 09:42:16 -0700
  • 348d6121f4 Initial import of SIMM programmer code into Git Doug Brown 2012-05-13 00:33:24 -0700