Commit Graph

5 Commits

Author SHA1 Message Date
steve-chamberlin 0de8f4ef4a Programmer host software - edits to about box. 2016-05-25 10:48:09 -07:00
Doug Brown 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.

The next step is to add a mechanism to the protocol to start writing at
a location other than 0 (although this is not needed for this particular
feature, I'd like to have it in there first). Then, I have to update
this software to use that new protocol and make sure verification still
works. I'm about 50% done I'd say.
2012-10-16 21:35:43 -07:00
Doug Brown 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.
2012-09-30 12:15:11 -07:00
Doug Brown 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.
2012-09-02 16:06:44 -07:00
Doug Brown 04711c3851 Added about box with version info/licensing/credits.
Inserted GPL license header into source code.
2012-05-25 22:38:14 -07:00