index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ztestgen.c
Age
Commit message (
Collapse
)
Author
2019-02-06
Call srand in Z80 test generator so different values are used when ↵
Michael Pavone
regenerating tests
2016-07-24
Implement Z80 DAA. Implement half-carry flag for the rest of the "easy" ↵
Michael Pavone
cases. Implement flags for IN instruction. Fix implementation of IN for IN F, (C) case
2014-12-29
Added support for JR and JRcc in Z80 test generator
Michael Pavone
2014-12-29
Added support for JPcc in Z80 test generator
Michael Pavone
2014-12-29
Added support for JP in Z80 test generator
Michael Pavone
2014-01-06
The local clone on my laptop got messed up and some changes had not been ↵
Michael Pavone
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.
2013-09-10
Added copyright notice to source files and added GPL license text in COPYING
Mike Pavone
2013-06-15
Have test generator test both flag register 0 case and flag register FF case
Mike Pavone
2013-06-08
Check memory results in ztestgen
Mike Pavone
2013-05-08
Fix handling of instructions that combine an IX/IY displacement with another ↵
Mike Pavone
prefix in test generator
2013-05-08
Fix encoding of "extended" instructions in Z80 test generator
Mike Pavone
2013-05-08
Added z80 test generator and z80 test runner.
Mike Pavone