summaryrefslogtreecommitdiff
path: root/z80_to_x86.h
AgeCommit message (Expand)Author
2013-06-29Add support for loading GST format savestatesMike Pavone
2013-05-31Partial implementation of Z80 debuggerMike Pavone
2013-05-14Some Z80 interrupt fixesMike Pavone
2013-05-06Implement writes from Z80 to YM-2612Mike Pavone
2013-04-30Add a second context pointer to m68k_context so that try_fifo_write can still...Mike Pavone
2013-04-29Implement retranslating code when written to. Possibly broken, need to fix so...Mike Pavone
2013-04-28Implement cycle limit in Z80 core.Mike Pavone
2013-04-28Implement EI, DI and IM in the Z80 coreMike Pavone
2013-04-28Implement EX, EXX and RST in Z80 coreMike Pavone
2013-04-25Get Z80 core working for simple programsMike Pavone
2013-04-16Make reset trigger debug exit to make it easier to test the same cases in bla...Mike Pavone