mirror of
https://github.com/mnaberez/py65.git
synced 2025-01-06 13:31:08 +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):
|
def IndirectAbsXAddr(self):
|
||||||
return self.addrMask & (self.WordAt(self.pc) + self.x)
|
return self.addrMask & (self.WordAt(self.pc) + self.x)
|
||||||
|
|
||||||
def AccumulatorAddr(self):
|
|
||||||
return self.a
|
|
||||||
|
|
||||||
# operations
|
# operations
|
||||||
|
|
||||||
def opRMB(self, x, mask):
|
def opRMB(self, x, mask):
|
||||||
|
Loading…
Reference in New Issue
Block a user