diff --git a/py65/devices/mpu65c02.py b/py65/devices/mpu65c02.py index e57fc92..3edeab4 100644 --- a/py65/devices/mpu65c02.py +++ b/py65/devices/mpu65c02.py @@ -35,9 +35,6 @@ class MPU(mpu6502.MPU): def IndirectAbsXAddr(self): return self.addrMask & (self.WordAt(self.pc) + self.x) - def AccumulatorAddr(self): - return self.a - # operations def opRMB(self, x, mask):