summaryrefslogtreecommitdiff
path: root/decoders/mcs48/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/mcs48/pd.py')
-rw-r--r--decoders/mcs48/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/mcs48/pd.py b/decoders/mcs48/pd.py
index e80b8e5..99b2efc 100644
--- a/decoders/mcs48/pd.py
+++ b/decoders/mcs48/pd.py
@@ -30,7 +30,7 @@ class Decoder(srd.Decoder):
desc = 'Intel MCS-48 external memory access protocol.'
license = 'gplv2+'
inputs = ['logic']
- outputs = ['mcs48']
+ outputs = []
tags = ['Retro computing']
channels = (
{'id': 'ale', 'name': 'ALE', 'desc': 'Address latch enable'},