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