1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Fixed trace misspelling

This commit is contained in:
Ross Wilson
2018-07-28 19:55:21 +07:00
parent ae6353214b
commit 62e8d9de18

View File

@@ -244,7 +244,7 @@ class DisplayCPU(object):
def i_DLYA(self, address):
self.DY = (address & self.BITS10) << 1
Trace.dtrace(self.dot, 'DLXA', address)
Trace.dtrace(self.dot, 'DLYA', address)
return 1
def i_DLVH(self, word1):