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
/
z80_to_x86.h
Age
Commit message (
Expand
)
Author
2013-09-10
Added copyright notice to source files and added GPL license text in COPYING
Mike Pavone
2013-07-26
Added support for saving savestates. Added gst savestate format test harness
Mike Pavone
2013-06-29
Add support for loading GST format savestates
Mike Pavone
2013-05-31
Partial implementation of Z80 debugger
Mike Pavone
2013-05-14
Some Z80 interrupt fixes
Mike Pavone
2013-05-06
Implement writes from Z80 to YM-2612
Mike Pavone
2013-04-30
Add a second context pointer to m68k_context so that try_fifo_write can still...
Mike Pavone
2013-04-29
Implement retranslating code when written to. Possibly broken, need to fix so...
Mike Pavone
2013-04-28
Implement cycle limit in Z80 core.
Mike Pavone
2013-04-28
Implement EI, DI and IM in the Z80 core
Mike Pavone
2013-04-28
Implement EX, EXX and RST in Z80 core
Mike Pavone
2013-04-25
Get Z80 core working for simple programs
Mike Pavone
2013-04-16
Make reset trigger debug exit to make it easier to test the same cases in bla...
Mike Pavone