summaryrefslogtreecommitdiff
path: root/z80_dis.c
AgeCommit message (Collapse)Author
2021-08-20Updated with latest Z80 core from 3dsspecIan C
2006-09-19Changed interface so that Z80 registers are exposed publicly -- using aIan C
Set/Get interface was too ponderous for emulation needs.
2006-09-16Added a config header that controls inclusion of disassembly and memory model.Ian C
2006-09-06Updated to use a function-based memory interface.Ian C
2006-08-28Added labels to Z80 disassemblerIan C
2006-08-21Added disassemblerIan C