Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ClusterM authored Jul 24, 2020
1 parent 68b846d commit 6e9b04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Check "mappers" directory for examples.

## Other scripts

You can run custom C# scripts to interact with dumper and cartridge. It's usefull for reverse engineering. Each script must contain namespace (any name allowed) with class (also any name) that contains **void Run(IFamicomDumperConnection dumper)** method. This method will be executed if --csfile option is specified.
You can run custom C# scripts to interact with dumper and cartridge. It's usefull for reverse engineering. Each script must contain namespace (any name allowed) with class (also any name) that contains **void Run(IFamicomDumperConnection dumper)** method. This method will be executed if --csfile option is specified. Also you can use [NesFile](https://github.com/ClusterM/famicom-dumper-client/blob/master/NesContainers/NesFile.cs) and [UnifFile](https://github.com/ClusterM/famicom-dumper-client/blob/master/NesContainers/UnifFile.cs) containers.

You can run script alone like this:
```
Expand Down

0 comments on commit 6e9b04e

Please sign in to comment.