Wed, 06 Feb 2019 08:54:56 -0800 |
Michael Pavone |
Call srand in Z80 test generator so different values are used when regenerating tests
|
Sun, 24 Jul 2016 17:17:59 -0700 |
Michael Pavone |
Implement Z80 DAA. Implement half-carry flag for the rest of the "easy" cases. Implement flags for IN instruction. Fix implementation of IN for IN F, (C) case
|
Mon, 29 Dec 2014 21:36:17 -0800 |
Michael Pavone |
Added support for JR and JRcc in Z80 test generator
|
Mon, 29 Dec 2014 21:24:12 -0800 |
Michael Pavone |
Added support for JPcc in Z80 test generator
|
Mon, 29 Dec 2014 20:56:05 -0800 |
Michael Pavone |
Added support for JP in Z80 test generator
|
Mon, 06 Jan 2014 22:54:05 -0800 |
Michael Pavone |
The local clone on my laptop got messed up and some changes had not been pushed. This commit represents the status of the working copy from that clone. It unfortunately contains some changes that I did not intend to commit yet, but this seems like the best option at the moment.
|
Tue, 10 Sep 2013 23:31:08 -0700 |
Mike Pavone |
Added copyright notice to source files and added GPL license text in COPYING
|
Sat, 15 Jun 2013 23:10:37 -0700 |
Mike Pavone |
Have test generator test both flag register 0 case and flag register FF case
|
Sat, 08 Jun 2013 12:59:23 -0700 |
Mike Pavone |
Check memory results in ztestgen
|
Wed, 08 May 2013 22:45:29 -0700 |
Mike Pavone |
Fix handling of instructions that combine an IX/IY displacement with another prefix in test generator
|
Wed, 08 May 2013 21:02:33 -0700 |
Mike Pavone |
Fix encoding of "extended" instructions in Z80 test generator
|
Wed, 08 May 2013 14:40:48 -0700 |
Mike Pavone |
Added z80 test generator and z80 test runner.
|