diff --git a/apple2e.cpp b/apple2e.cpp index cb74225..8b2a2f6 100644 --- a/apple2e.cpp +++ b/apple2e.cpp @@ -34,7 +34,7 @@ using namespace std; #include "dis6502.h" #include "interface.h" -#define LK_HACK 1 +#define LK_HACK 0 constexpr unsigned int DEBUG_ERROR = 0x01; constexpr unsigned int DEBUG_WARN = 0x02;