1
0
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:
Ross Wilson
2015-07-26 10:58:48 +07:00
parent c3e010f530
commit 2cf82e2d7c
5 changed files with 14 additions and 21 deletions

View File

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