From 52492799db4c65a8ec59ea186832d8ee7595e141 Mon Sep 17 00:00:00 2001 From: tA Date: Thu, 28 May 2020 15:25:27 +1200 Subject: [PATCH] fixed gbc compat flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 443de8f..5825962 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ VERSION="0" PAD="0xFF" RAM="0x00" -PP_FLAGS=-c -f lhg -j -t ${NAME} -k ${LICENSEE} -l ${OLDLIC} -m ${MBC} -n ${VERSION} -p ${PAD} -r ${RAM} +PP_FLAGS=-f lhg -j -t ${NAME} -k ${LICENSEE} -l ${OLDLIC} -m ${MBC} -n ${VERSION} -p ${PAD} -r ${RAM} all : ${ENTRY} ${ASSEMBLER} -o ${OBJECT_OUTPUT} ${ENTRY} \