hace 4 años 89 commits en master desde esta release
The file with the code for syncing with the vertical interrupt was not included in the previous release. Includes a few miscellaneous internal changes.
hace 4 años 97 commits en master desde esta release
The program is still a work in progress, only the cycles/frame and the ACK timing tests are implemented.
hace 4 años 121 commits en master desde esta release
This release is functionally equivalent to 1.0, but it uses fewer bytes. The main changes are internal: the code has been split into modules and segments, and it should be easier to add new tests now. The BASIC files are now generated by a Python template, instead of having to maintain two separate files. It's also prepared now to be more easily packaged in ROM format, although there's no ROM-enabled release yet.
hace 4 años 134 commits en master desde esta release
This is the same version published on the MRC forums, with one very minor bug correction (one LF byte slipped in after the EOF byte in LOADER.BAS).
This version is the cycles/frame measurer only.