mirror of
https://github.com/mnaberez/py65.git
synced 2025-08-09 04:24:59 +00:00
Removed unused flag.
This commit is contained in:
@@ -26,7 +26,6 @@ class MPU:
|
|||||||
self.excycles = 0
|
self.excycles = 0
|
||||||
self.addcycles = False
|
self.addcycles = False
|
||||||
self.processorCycles = 0
|
self.processorCycles = 0
|
||||||
self.internalCycleDelay = 0
|
|
||||||
|
|
||||||
if memory is None:
|
if memory is None:
|
||||||
memory = 0x10000 * [0x00]
|
memory = 0x10000 * [0x00]
|
||||||
|
Reference in New Issue
Block a user