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.c
Age
Commit message (
Collapse
)
Author
2020-04-03
Z80 HALT isn't really terminal. Fixes bug in Z80 disassembler
Michael Pavone
2017-01-08
Fix decoding of undocumented Z80 instruction out (c), 0
Michael Pavone
2016-07-25
Properly handle redundant prefixes
Michael Pavone
2014-12-16
Fix flags for rra, rrca, rla and rlca. Fix timing for rr, rrc, rl and rlc ↵
Michael Pavone
when using IX or IY. Fix access to I and R registers (R still needs to be made 7-bit though). Fix flags for ld a, i. The fix for access to I fixes PCM playback in Titan Overdrive and music playback in Crackdown.
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
Fix printing of negative displacements in Z80 disassembler
Mike Pavone
2013-05-08
Added z80 test generator and z80 test runner.
Mike Pavone
2013-05-03
Use hex where appropriate in disassembler
Mike Pavone
2013-05-02
Fix decoding of CP.
Mike Pavone
2013-04-29
Fix decoding of address in JP and JPCC instructions in the Z80 core
Mike Pavone
2013-04-28
Implement rotation and bit set/reset instructions (untested).
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 ↵
Mike Pavone
blastem and musashi. Fix asl #1 overflow flag.
2013-01-23
Add support for IY bit instructions to decoder
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
Distinguish between 1-byte and 2-byte NOPs
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