mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
Removed debug, better trace
This commit is contained in:
@@ -60,7 +60,6 @@ class DisplayCPU(object):
|
||||
return result
|
||||
|
||||
def doDEIMByte(self, byte):
|
||||
print('doDEIMByte')
|
||||
if byte & 0x80: # increment?
|
||||
prevDX = self.DX
|
||||
prevDY = self.DY
|
||||
|
||||
Reference in New Issue
Block a user