Finally - undefine BUILD_A68K by default - if you want to use it uncomment the line in the makefile

This commit is contained in:
Barry Harris 2016-04-18 09:32:59 +00:00
parent e0b4779e01
commit d85838e127
1 changed files with 1 additions and 1 deletions

View File

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