Releases: raxoft/z80test
Releases · raxoft/z80test
Z80 Test 1.2a
Z80 Test 1.2
This version adds a test which can reveal random behavior of bits 5 and 3 after CCF on real machines.
Z80 Test 1.1a
This version adds the following changes:
- Fix INDR test, which previously tested INIR instead of INDR due to cut & paste mistake.
- Add tests for block instructions LDxR and INxR which overwrite itself.
This complements the block instruction test by ped7g. - Add versions of SCF and CCF tests for Z80 CPUs made by NEC and ST (formerly SGS+Thomson).
The test themselves are identical, but the CRC matches machine which implements different behavior of flags 5 and 3.
This also helps to detect machines whose 5 and 3 flags exhibit random behavior, as experienced by some people. - Any tests which read port IN are now skipped and reported if the IN value differs from the expected one.
This is to help prevent people pressing buttons accidentally as well as diagnose non-conforming hardware implementations.
Z80 Test 1.0
Original release of the Z80 tests 1.0 from 2012.