From ac6eb2debbc3ae638b522a12a810c8d474d42806 Mon Sep 17 00:00:00 2001 From: revelj Date: Mon, 31 Aug 2020 08:41:11 +0200 Subject: [PATCH] Set gbc compatibility flag in rom header Fixes https://github.com/trash80/mGB/issues/5 --- Source/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Makefile b/Source/Makefile index b7e1bfb..12d8656 100644 --- a/Source/Makefile +++ b/Source/Makefile @@ -15,7 +15,7 @@ build: $(BIN)/gbdk-n-link.sh $(OBJ)/mgb.rel $(OBJ)/mgb_save.rel $(OBJ)/mGBASMFunctions.rel $(OBJ)/mGBASMSynthFunctions.rel $(OBJ)/mGBASMMidiFunctions.rel -o $(OBJ)/mgb.ihx - $(BIN)/gbdk-n-make-rom.sh -ya 1 $(OBJ)/mgb.ihx mgb.gb + $(BIN)/gbdk-n-make-rom.sh -ya 1 -yc $(OBJ)/mgb.ihx mgb.gb clean: rm -rf $(OBJ)