Releases: redcode/Z80_XCF_Flavor
Releases · redcode/Z80_XCF_Flavor
Z80 XCF Flavor v1.5
Improvements
- The values of YF and XF obtained on the host CPU are now highlighted in blue.
- Forced a new line at the end of the table. This keeps the text output always in 32 columns, regardless of the test runner.
Full changelog: v1.4...v1.5
Z80 XCF Flavor v1.4
Improvements
- The program no longer prints
<AT><Y><X>
sequences. This change makes it easier for test runners that do not emulate a full ZX Spectrum to display the output.
Full changelog: v1.3...v1.4
Z80 XCF Flavor v1.3
Bug fixes
- Reverted the removal of superfluous code made in the previous version (necessary to be able to run the test more than once).
Improvements
- Added generation of a snapshot in SNA format (requested by Folkert van Heusden) in addition to the tape image (thanks, Ped7g).
Full changelog: v1.2...v1.3
Z80 XCF Flavor v1.2
Improvements
- Removed superfluous code.
- Minor optimizations.
Project
- Moved the source code file to the root directory of the project.
Full changelog: v1.1...v1.2
Z80 XCF Flavor v1.1
Bug fixes
- Interrupts are now disabled during the test.
Improvements
- Added a brief description of the test on the screen.
- Modified the BASIC loader to make it easy for the user to re-run the test by typing
RUN 2
(thanks, Ped7g).
Full changelog: v1.0...v1.1