1
0
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:
Mike Naberezny 2017-12-15 18:54:58 -08:00
parent 858883017e
commit 511e478338

View File

@ -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