summaryrefslogtreecommitdiff
path: root/ztestgen.c
AgeCommit message (Expand)Author
2019-02-06Call srand in Z80 test generator so different values are used when regenerati...Michael Pavone
2016-07-24Implement Z80 DAA. Implement half-carry flag for the rest of the "easy" cases...Michael Pavone
2014-12-29Added support for JR and JRcc in Z80 test generatorMichael Pavone
2014-12-29Added support for JPcc in Z80 test generatorMichael Pavone
2014-12-29Added support for JP in Z80 test generatorMichael Pavone
2014-01-06The local clone on my laptop got messed up and some changes had not been push...Michael Pavone
2013-09-10Added copyright notice to source files and added GPL license text in COPYINGMike Pavone
2013-06-15Have test generator test both flag register 0 case and flag register FF caseMike Pavone
2013-06-08Check memory results in ztestgenMike Pavone
2013-05-08Fix handling of instructions that combine an IX/IY displacement with another ...Mike Pavone
2013-05-08Fix encoding of "extended" instructions in Z80 test generatorMike Pavone
2013-05-08Added z80 test generator and z80 test runner.Mike Pavone