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
/
z80inst.h
Age
Commit message (
Expand
)
Author
2016-07-25
Properly handle redundant prefixes
Michael Pavone
2013-09-10
Added copyright notice to source files and added GPL license text in COPYING
Mike Pavone
2013-05-09
Show absolute addresses for JR, JRCC and DJNZ in Z80 disassembler
Mike Pavone
2013-05-09
Fix terminal instruction detection in disassembler
Mike Pavone
2013-05-08
Added z80 test generator and z80 test runner.
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
2013-01-23
Add support for IX bit instructions to decoder
Mike Pavone
2013-01-22
Add support for 2-byte IY instructions to decoder
Mike Pavone
2013-01-22
Add support for 2-byte IX instructions to decoder
Mike Pavone
2013-01-21
Add support for bit instructions to decoder
Mike Pavone
2013-01-20
Add support for EXTD group 2-byte Z80 instructions in decoder
Mike Pavone
2013-01-20
Add initial stab at Z80 decoder and disassembler
Mike Pavone