]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/z80/pd.py
Remove unused probes and options
[libsigrokdecode.git] / decoders / z80 / pd.py
index d98df7c8f91b79cb845aa24617e690a3eb5410ba..130b147de718711c737bf00c744a30f5836855c7 100644 (file)
@@ -87,7 +87,6 @@ class Decoder(srd.Decoder):
         {'id': 'a%d' % i, 'name': 'A%d' % i, 'desc': 'Address bus line %d' % i}
             for i in range(16)
     ]
-    options = {}
     annotations = [
         ['addr',  'Memory or I/O address'],
         ['memrd', 'Byte read from memory'],