diff options
Diffstat (limited to 'decoders/z80/pd.py')
-rw-r--r-- | decoders/z80/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/z80/pd.py b/decoders/z80/pd.py index e0d7ae4..a8acf53 100644 --- a/decoders/z80/pd.py +++ b/decoders/z80/pd.py @@ -110,7 +110,7 @@ class Decoder(srd.Decoder): ('warnings', 'Warnings', (Ann.WARN,)) ) - def __init__(self, **kwargs): + def __init__(self): self.prev_cycle = Cycle.NONE self.op_state = self.state_IDLE |