summaryrefslogtreecommitdiff
path: root/decoders/maple_bus
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/maple_bus')
-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 fe2af3a..9af4eb4 100644
--- a/decoders/maple_bus/pd.py
+++ b/decoders/maple_bus/pd.py
@@ -37,7 +37,7 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['logic']
outputs = ['maple_bus']
- tags = ['Logic', 'Bus']
+ tags = ['Retro computing']
channels = (
{'id': 'sdcka', 'name': 'SDCKA', 'desc': 'Data/clock line A'},
{'id': 'sdckb', 'name': 'SDCKB', 'desc': 'Data/clock line B'},