Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/coolboy-multirom-builder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2023-01-22 13:16:55 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2023-01-22 13:16:55 +0300
commit6510280a50f03b18a121587d9c0f0f50313c7919 (patch)
tree7c1cd522de1488cb51ce29cecc33e8fe4560a8bf
parent8508a1236054d7e14ce78666667266d1b35b0f3b (diff)
Makefile fix
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 46fa1fb..aeb5f55 100644
--- a/Makefile
+++ b/Makefile
@@ -187,7 +187,7 @@ runmenu: $(MENU_ROM)
$(EMU) $(MENU_ROM)
write: $(OUTPUT_NES20)
- $(DUMPER) write-coolboy --file $(OUTPUT_NES20) --sound --check $(BADS_OPTION) $(LOCK_OPTION) $(DUMPER_OPTS)
+ $(DUMPER) write-coolboy --file $(OUTPUT_NES20) --sound --check $(BADS_OPTION) $(LOCK_OPTION) --coolboy-submapper $(SUBMAPPER) $(DUMPER_OPTS)
$(HEADER_FILES): $(IMAGES_DIR)/$(MENU_IMAGE)
$(TILER) --colors $(COLORS) \