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

github.com/ClusterM/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>2022-12-09 19:19:24 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-12-09 19:19:24 +0300
commit7e2a287c930532cbe2dd1212815acb27b7a25e8c (patch)
tree1f38c2f22ed914c1373d0b5e92402eb02739eb70
parentd6e87744a64e5301eb7aba7014b601dc96a6f191 (diff)
parentf7c90c8cdd9d501b4c4ba9f92b536b797dbcc1dc (diff)
Merge branch 'master' of github.com:ClusterM/coolgirl-multirom-builder
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 71b61ad..44f52ab 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
# COOLGIRL Multirom Builder
+[![Build test](https://github.com/ClusterM/coolgirl-multirom-builder/actions/workflows/build.yaml/badge.svg)](https://github.com/ClusterM/coolgirl-multirom-builder/actions/workflows/build.yaml)
+
This is a toolset that allows you to create multirom images for [COOLGIRL Famicom cartridges](https://github.com/ClusterM/coolgirl-famicom-multicart) (mapper 342). This ROM can be run on a emulator or written to a cartridge.
![Loader menu](https://user-images.githubusercontent.com/4236181/205486564-f5cfbe38-adcb-4574-8b9f-16e534052a8d.gif)
@@ -63,7 +65,7 @@ Just run:
`make <targets> [options]`
Possible targets:
-* **nes20** - build .nes file (NES 2.)
+* **nes20** - build .nes file (NES 2.0)
* **unif** - build .unf file (UNIF)
* **bin** - build raw binary file, can be used with flash memory programmer
* **all** - build .nes, .unf and .bin files at once