From 00807c2d29dabd1932681ac8ed9f4ee63a2841d4 Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Sat, 5 Nov 2022 16:35:50 +0400 Subject: Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index aaab05e..32250e4 100644 --- a/README.md +++ b/README.md @@ -86,3 +86,8 @@ Save ROM as .fds file: `fdsfile.Save(filename);` Check [documentation](https://clusterm.github.io/nes-containers/classcom_1_1clusterrr_1_1_famicom_1_1_containers_1_1_fds_file.html) for all available classes and properties. Full format specifications: https://www.nesdev.org/wiki/FDS_file_format + +## Donate +https://www.donationalerts.com/r/clustermeerkat + +https://boosty.to/cluster -- cgit v1.2.3 From ae24e0acacf1d0b0b4990e93de8cccc39b9977e7 Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Sat, 5 Nov 2022 16:39:09 +0400 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32250e4..ed18558 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # NesContainers -A simple .NET library for working with NES/Famicom ROM containers: .nes (iNES, NES 2.0), .unf (UNIF) and .fds (Famicom Disk System images). +A simple .NET library for reading and modifying NES/Famicom ROM containers: .nes (iNES, NES 2.0), .unf (UNIF), and .fds (Famicom Disk System images). Full documentation: https://clusterm.github.io/nes-containers/ -- cgit v1.2.3 From 4b0463e872ce8b87cb515f8c1cf5d05437ed8be2 Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Sat, 5 Nov 2022 16:50:38 +0400 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed18558..14857d5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # NesContainers -A simple .NET library for reading and modifying NES/Famicom ROM containers: .nes (iNES, NES 2.0), .unf (UNIF), and .fds (Famicom Disk System images). +A simple .NET Standard 2.0 library for reading and modifying NES/Famicom ROM containers: .nes (iNES, NES 2.0), .unf (UNIF), and .fds (Famicom Disk System images). Full documentation: https://clusterm.github.io/nes-containers/ -- cgit v1.2.3