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
/
ztestrun.c
Age
Commit message (
Collapse
)
Author
2019-02-07
Added init functions to z80_util.c so new Z80 core is closer to a drop in ↵
Michael Pavone
replacement for the old one
2019-01-28
Initial stab at overflow flag implementation in CPU DSL. Probably broken for ↵
Michael Pavone
subtraction
2019-01-28
Fix zero flag calculation in CPU DSL
Michael Pavone
2016-12-28
Remove memory map assumptions from Z80 core and move a little bit of logic ↵
Michael Pavone
to the generic backend.c so it can be shared between CPU cores
2016-12-22
More cleanup in preparation for SMS/Mark III support
Michael Pavone
2016-08-01
Implement INI
Michael Pavone
2016-07-28
Partial support for undocumented flag bits
Michael Pavone
2016-07-26
Fix DAA and implement half-carry for remaining instructions. Z80 core now ↵
Michael Pavone
passes ZEXDOC!
2015-11-25
Get ztestrun compiling again
Michael Pavone
2015-07-29
Added support for an IO memory map in Z80 core
Michael Pavone
2015-01-03
Added a -r flag to ztestrun that force instruction retranslation to allow a ↵
Michael Pavone
quick sanity test of that feature
2015-01-03
Fix ztestrun
Michael Pavone
2015-01-01
Minor Z80 core cleanup
Michael Pavone
2014-12-26
Fix memory map flags in ztestrun
Michael Pavone
2014-12-22
Z80 core is sort of working again
Michael Pavone
2013-09-10
Added copyright notice to source files and added GPL license text in COPYING
Mike Pavone
2013-05-29
Incredibly broken YM2612 support plus a fix to Z80 bus request
Mike Pavone
2013-05-08
Cleanup reg printing in z80 test runner
Mike Pavone
2013-05-08
Added z80 test generator and z80 test runner.
Mike Pavone