summaryrefslogtreecommitdiff
path: root/decoders/z80
AgeCommit message (Expand)Author
2017-01-18z80: Convert to PD API version 3 (brute force)Gerhard Sittig
2016-05-15Use consistent __init__() format across all PDs.Uwe Hermann
2014-04-15All PDs: Bump api_version to 2.Uwe Hermann
2014-04-13Rename 'probe' to 'channel' everywhere.Uwe Hermann
2014-04-13z80: Fix incorrect license field.Uwe Hermann
2014-03-10Probes, optional probes and annotations now take a tuple.Bert Vermeulen
2014-03-10Remove unused probes and optionsBert Vermeulen
2014-03-02z80: Use methods directly as state values.Daniel Elstner
2014-02-28z80: Display not-taken conditional calls correctly.Daniel Elstner
2014-02-28z80: Fix display of read/modify/write instructions.Daniel Elstner
2014-02-28z80: Shorten annotation ID 'warning' to 'warn'.Daniel Elstner
2014-02-27z80: Output jump offsets relative to instruction start.Daniel Elstner
2014-02-27z80: Format hex numbers with leading zero if necessary.Daniel Elstner
2014-02-24z80: Use list comprehensions for bus probes.Daniel Elstner
2014-02-24z80: New decoder for disassembling Z80 CPU instructions.Daniel Elstner