From e6578defcd91f95465e20915fc69047319c7f899 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 23 Jul 2017 22:22:50 -0400 Subject: [PATCH] It turns out that quite a few tests still rely on CSTestMachine6502JamOpcode. Though since it no longer works, that'll need to be fixed. In the meantime, fixed the test build process at least, as it's not really what this branch is meant to be invested in. --- OSBindings/Mac/Clock SignalTests/Bridges/TestMachine6502.mm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OSBindings/Mac/Clock SignalTests/Bridges/TestMachine6502.mm b/OSBindings/Mac/Clock SignalTests/Bridges/TestMachine6502.mm index 81e9d1afb..a9ad4c69f 100644 --- a/OSBindings/Mac/Clock SignalTests/Bridges/TestMachine6502.mm +++ b/OSBindings/Mac/Clock SignalTests/Bridges/TestMachine6502.mm @@ -11,6 +11,8 @@ #include "6502AllRAM.hpp" #import "TestMachine+ForSubclassEyesOnly.h" +const uint8_t CSTestMachine6502JamOpcode = CPU::MOS6502::JamOpcode; + #pragma mark - Register enum map static CPU::MOS6502::Register registerForRegister(CSTestMachine6502Register reg) {