summaryrefslogtreecommitdiff
path: root/decoders/z80
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/z80')
-rw-r--r--decoders/z80/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/z80/pd.py b/decoders/z80/pd.py
index 7cadec9..fba279b 100644
--- a/decoders/z80/pd.py
+++ b/decoders/z80/pd.py
@@ -71,7 +71,7 @@ class Decoder(srd.Decoder):
desc = 'Zilog Z80 microprocessor disassembly.'
license = 'gplv3+'
inputs = ['logic']
- outputs = ['z80']
+ outputs = []
tags = ['Retro computing']
channels = tuple({
'id': 'd%d' % i,