summaryrefslogtreecommitdiff
path: root/ztestrun.c
AgeCommit message (Collapse)Author
2019-02-07Added 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-28Initial stab at overflow flag implementation in CPU DSL. Probably broken for ↵Michael Pavone
subtraction
2019-01-28Fix zero flag calculation in CPU DSLMichael Pavone
2016-12-28Remove 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-22More cleanup in preparation for SMS/Mark III supportMichael Pavone
2016-08-01Implement INIMichael Pavone
2016-07-28Partial support for undocumented flag bitsMichael Pavone
2016-07-26Fix DAA and implement half-carry for remaining instructions. Z80 core now ↵Michael Pavone
passes ZEXDOC!
2015-11-25Get ztestrun compiling againMichael Pavone
2015-07-29Added support for an IO memory map in Z80 coreMichael Pavone
2015-01-03Added a -r flag to ztestrun that force instruction retranslation to allow a ↵Michael Pavone
quick sanity test of that feature
2015-01-03Fix ztestrunMichael Pavone
2015-01-01Minor Z80 core cleanupMichael Pavone
2014-12-26Fix memory map flags in ztestrunMichael Pavone
2014-12-22Z80 core is sort of working againMichael Pavone
2013-09-10Added copyright notice to source files and added GPL license text in COPYINGMike Pavone
2013-05-29Incredibly broken YM2612 support plus a fix to Z80 bus requestMike Pavone
2013-05-08Cleanup reg printing in z80 test runnerMike Pavone
2013-05-08Added z80 test generator and z80 test runner.Mike Pavone