diff options
Diffstat (limited to 'decoders/z80')
-rw-r--r-- | decoders/z80/pd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/z80/pd.py b/decoders/z80/pd.py index b7ff9a5..bcfcdbd 100644 --- a/decoders/z80/pd.py +++ b/decoders/z80/pd.py @@ -72,6 +72,7 @@ class Decoder(srd.Decoder): license = 'gplv3+' inputs = ['logic'] outputs = ['z80'] + tags = ['Logic', 'MCU Debugging'] channels = tuple({ 'id': 'd%d' % i, 'name': 'D%d' % i, |