From 494ce073b50b02e80736372fac0cfd204f9bf2b1 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 31 May 2017 19:58:57 -0400 Subject: [PATCH] Tests having been fixed by instating proper Z80 cycle counting, removed caveman logging. --- OSBindings/Mac/Clock SignalTests/FUSETests.swift | 2 +- Processors/Z80/Z80AllRAM.cpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/OSBindings/Mac/Clock SignalTests/FUSETests.swift b/OSBindings/Mac/Clock SignalTests/FUSETests.swift index 8409d95ac..b29017879 100644 --- a/OSBindings/Mac/Clock SignalTests/FUSETests.swift +++ b/OSBindings/Mac/Clock SignalTests/FUSETests.swift @@ -170,7 +170,7 @@ class FUSETests: XCTestCase { // if name != "02" { // continue; // } - print("\(name)") +// print("\(name)") let initialState = RegisterState(dictionary: itemDictionary["state"] as! [String: Any]) let targetState = RegisterState(dictionary: outputDictionary["state"] as! [String: Any]) diff --git a/Processors/Z80/Z80AllRAM.cpp b/Processors/Z80/Z80AllRAM.cpp index d1a3c61eb..d77f2514a 100644 --- a/Processors/Z80/Z80AllRAM.cpp +++ b/Processors/Z80/Z80AllRAM.cpp @@ -20,14 +20,14 @@ class ConcreteAllRAMProcessor: public AllRAMProcessor, public Processor