disable LK_HACK

This commit is contained in:
Brad Grantham 2020-12-05 17:31:46 -08:00
parent c81a6a8dce
commit 38f64dcd47
1 changed files with 1 additions and 1 deletions

View File

@ -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;