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

github.com/coolgirl-multicart/coolgirl-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>2020-09-24 20:40:40 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-09-24 21:16:44 +0300
commit14abd1e7a15b0780ac5701c98d0c98ce606ccfd4 (patch)
tree9f76cd773ef753ed2d7b379cf4f6e8d1e9f2d4b6 /Makefile
parent816446b9df633d924098c940ce4432a25ed555a2 (diff)
Buggy refactoring
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ecce53f..f8e1590 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ $(EXECUTABLE): $(SOURCES) menu_pattern0.dat menu_nametable0.dat menu_palette0.da
$(NESASM) $(SOURCES) --output=$(EXECUTABLE) $(NESASM_OPTS)
games.asm $(OFFSETS): $(GAMES)
- $(COMBINER) prepare --games $(GAMES) --asm games.asm --maxsize $(SIZE) --offsets $(OFFSETS) --report $(REPORT) $(SORT) --language $(LANGUAGE)
+ $(COMBINER) prepare --games $(GAMES) --asm games.asm --maxromsize $(SIZE) --offsets $(OFFSETS) --report $(REPORT) $(SORT) --language $(LANGUAGE)
$(UNIF): $(EXECUTABLE) $(OFFSETS)
$(COMBINER) combine --loader $(EXECUTABLE) --offsets $(OFFSETS) --unif $(UNIF)