From c451158c2ded333a8d8062f50808d2f9aba42ae7 Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Wed, 7 Dec 2022 23:51:31 +0400 Subject: Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 71b61ad..e1b8ebc 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) -- cgit v1.2.3 From f7c90c8cdd9d501b4c4ba9f92b536b797dbcc1dc Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Thu, 8 Dec 2022 00:02:29 +0400 Subject: Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1b8ebc..44f52ab 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Just run: `make [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 -- cgit v1.2.3