From 62e8d9de18c4106c8d0e7e33e01a3a96b0c3eeae Mon Sep 17 00:00:00 2001 From: Ross Wilson Date: Sat, 28 Jul 2018 19:55:21 +0700 Subject: [PATCH] Fixed trace misspelling --- pymlac/DisplayCPU.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymlac/DisplayCPU.py b/pymlac/DisplayCPU.py index 0040c9f..7f41b63 100644 --- a/pymlac/DisplayCPU.py +++ b/pymlac/DisplayCPU.py @@ -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):