mirror of
https://github.com/mnaberez/py65.git
synced 2024-11-19 21:31:59 +00:00
Remove unused addressing mode helper
This commit is contained in:
parent
f664f312c8
commit
c40fde4c96
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user