summaryrefslogtreecommitdiff
path: root/decoders/maple_bus/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/maple_bus/pd.py')
-rw-r--r--decoders/maple_bus/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/maple_bus/pd.py b/decoders/maple_bus/pd.py
index 9af4eb4..c3f1140 100644
--- a/decoders/maple_bus/pd.py
+++ b/decoders/maple_bus/pd.py
@@ -36,7 +36,7 @@ class Decoder(srd.Decoder):
desc = 'Maple bus peripheral protocol for SEGA Dreamcast.'
license = 'gplv2+'
inputs = ['logic']
- outputs = ['maple_bus']
+ outputs = []
tags = ['Retro computing']
channels = (
{'id': 'sdcka', 'name': 'SDCKA', 'desc': 'Data/clock line A'},