diff options
Diffstat (limited to 'decoders/z80')
-rw-r--r-- | decoders/z80/pd.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/decoders/z80/pd.py b/decoders/z80/pd.py index d98df7c..130b147 100644 --- a/decoders/z80/pd.py +++ b/decoders/z80/pd.py @@ -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'], |