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>2016-09-26 13:52:24 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2016-09-26 13:52:24 +0300
commitb6f5910e6b8935555d6291903475f3953603a77f (patch)
treef2929af91c825e731d7f4261726e0d986b3196c9 /Makefile
parentd52156a9cf3adafadcfe9fccc3a4bf721ea305c1 (diff)
String trimming
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac0c87d..36f7540 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ runmenu: $(EXECUTABLE)
$(EMU) $(EXECUTABLE)
flash: clean $(UNIF)
- $(DUMPER) write-coolgirl --file $(UNIF) --port $(PORT) --sound
+ $(DUMPER) write-coolgirl --file $(UNIF) --port $(PORT) --sound --check
menu_pattern0.dat: menu_bg
menu_nametable0.dat: menu_bg
@@ -69,6 +69,11 @@ menu_sprites: menu_sprites.png
fulltest:
$(DUMPER) test-coolgirl --port $(PORT) --sound
+fulltest1:
+ $(DUMPER) test-coolgirl --port $(PORT) --sound --testcount 1
+
+fulltestflash: fulltest1 clean flash
+
sramtest:
$(DUMPER) test-sram-coolgirl -p $(PORT) --sound