mirror of
https://github.com/mnaberez/py65.git
synced 2024-11-18 15:06:35 +00:00
Removed unused flag.
This commit is contained in:
parent
de52e95b96
commit
e1df3e060b
@ -26,7 +26,6 @@ class MPU:
|
||||
self.excycles = 0
|
||||
self.addcycles = False
|
||||
self.processorCycles = 0
|
||||
self.internalCycleDelay = 0
|
||||
|
||||
if memory is None:
|
||||
memory = 0x10000 * [0x00]
|
||||
|
Loading…
Reference in New Issue
Block a user