From d85838e12794f551bf733cefe6da8dbd817d80d9 Mon Sep 17 00:00:00 2001 From: Barry Harris <44396066+barry65536@users.noreply.github.com> Date: Mon, 18 Apr 2016 09:32:59 +0000 Subject: [PATCH] Finally - undefine BUILD_A68K by default - if you want to use it uncomment the line in the makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index f3f69c218..7a54cb7f0 100644 --- a/makefile +++ b/makefile @@ -19,7 +19,7 @@ export UNICODE = 1 # Build A68K ASM 68000 core -BUILD_A68K = 1 +#BUILD_A68K = 1 # Include x86 Assembly routines BUILD_X86_ASM = 1