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

github.com/ClusterM/famicom-dumper-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <ClusterM@users.noreply.github.com>2020-07-23 20:53:59 +0300
committerGitHub <noreply@github.com>2020-07-23 20:53:59 +0300
commitb24abd17dab524b5a07bc3f141970b5c085001a7 (patch)
tree4f32a1e4cd7bb48fb620ca46544831ef222f09e2 /README.md
parent61b3edecd3bbc03662b19a58ad17e21a9a64c968 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0de127e..2c6823e 100644
--- a/README.md
+++ b/README.md
@@ -200,7 +200,7 @@ Or execute it before main action like this:
FamicomDumper.exe dump --mapper MMC3 --file game.nes --csfile DemoScript.cs
```
-Check DemoScript.cs file for example script.
+So you can write your own code to interact with dumper object and read/write data from/to cartridge. This dumper object can be even on another PC (read below)! Check DemoScript.cs file for example script.
## Remoting