1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-07-03 20:29:32 +00:00

Removed unused flag.

This commit is contained in:
Mike Naberezny 2009-08-10 21:13:29 -07:00
parent de52e95b96
commit e1df3e060b

View File

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