From 2f7f11e2e59226429a32a418bba3ca5dad5d0e82 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 31 May 2017 06:54:25 -0400 Subject: [PATCH] Added diagnosis props. --- OSBindings/Mac/Clock SignalTests/FUSETests.swift | 7 ++++--- Processors/Z80/Z80AllRAM.cpp | 3 +++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/OSBindings/Mac/Clock SignalTests/FUSETests.swift b/OSBindings/Mac/Clock SignalTests/FUSETests.swift index f33d09487..8409d95ac 100644 --- a/OSBindings/Mac/Clock SignalTests/FUSETests.swift +++ b/OSBindings/Mac/Clock SignalTests/FUSETests.swift @@ -167,9 +167,10 @@ class FUSETests: XCTestCase { let name = itemDictionary["name"] as! String - if name != "02" { - continue; - } +// if name != "02" { +// continue; +// } + 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 cec8c07ae..d1a3c61eb 100644 --- a/Processors/Z80/Z80AllRAM.cpp +++ b/Processors/Z80/Z80AllRAM.cpp @@ -20,11 +20,14 @@ class ConcreteAllRAMProcessor: public AllRAMProcessor, public Processor