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

github.com/ClusterM/famicom-dumper-writer.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-13 18:33:22 +0300
committerGitHub <noreply@github.com>2022-12-13 18:33:22 +0300
commit78459304ec2ccf22e30e5a7e414d27340b60c100 (patch)
tree9a30ca286c0c7d956ccca4aaf8e203d71f41cd39
parentb9d7eb3d19ba6251c0407de67f7c68fd99b33d96 (diff)
Update README.md
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index beffdf4..bafadf5 100644
--- a/README.md
+++ b/README.md
@@ -17,12 +17,15 @@ This is a powerfull dumper/writer for Famicom/NES cartridges and Famicom Disc Sy
You can use it to:
* Dump cartridges, so you can play copy of your cartridge on emulator.
-* Read/write battery backed saves, so that you can continue your saved game on emulator/console.
-* (Re)write special cartridges like [COOLGIRL](https://github.com/ClusterM/coolgirl-famicom-multicard).
-* (Re)write ultracheap chinese COOLBOY cartridges. Soldering is required to work with old versions but it's very simple. New versions can be rewritten without soldering.
-* (Re)write UNROM-512 cartridges (Nesmaker)
-* Test your cartridges.
+* Dump reset-based cartridges, there is command to simulate reset press.
+* Dump cartridges that requires a continuous clock on M2 pin.
+* Use it with [very flexible and multiplatform client](https://github.com/ClusterM/famicom-dumper-client), it's using C# scripts.
+* Read/write battery backed saves, so that you can continue your saved game on emulator/console and vice-versa.
+* (Re)write [COOLGIRL](https://github.com/ClusterM/coolgirl-famicom-multicard) cartridges.
+* (Re)write ultracheap chinese [COOLBOY (AA6023 chip based)](https://www.nesdev.org/wiki/NES_2.0_Mapper_268) cartridges (mapper 268). Soldering is required for a cheap cartridges but it's very simple. Some more expensive cartridges can be rewritten without soldering.
+* (Re)write UNROM-512 cartridges (RetroUSB, mapper 30).
* Read and write Famicom Disk System cards using FDS drive with the RAM adapter.
+* Test your cartridges.
* Do some reverse engineering.
* Anything else that requires Famicom/NES bus simulation.