mirror of
https://github.com/mnaberez/py65.git
synced 2025-04-21 13:37:41 +00:00
Remove redundant assignment
This commit is contained in:
parent
858883017e
commit
511e478338
@ -71,7 +71,7 @@ class MPU:
|
||||
self.a = 0
|
||||
self.x = 0
|
||||
self.y = 0
|
||||
self.p = self.p = self.BREAK | self.UNUSED
|
||||
self.p = self.BREAK | self.UNUSED
|
||||
self.processorCycles = 0
|
||||
|
||||
# Helpers for addressing modes
|
||||
|
Loading…
x
Reference in New Issue
Block a user