summaryrefslogtreecommitdiff
path: root/transz80.c
AgeCommit message (Collapse)Author
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
2015-01-01Minor Z80 core cleanupMichael Pavone
2014-01-06The 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-10Added copyright notice to source files and added GPL license text in COPYINGMike Pavone
2013-05-09Add YM2612 stubs to transz80Mike Pavone
2013-04-29Implemented basic interrupt support in Z80 core.Mike Pavone
2013-04-28Implement cartridge rom loading in transz80Mike Pavone
2013-04-28Implement cycle limit in Z80 core.Mike Pavone
2013-04-25Get Z80 core working for simple programsMike Pavone