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 <clusterrr@clusterrr.com>2023-01-25 22:52:49 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2023-01-25 22:52:49 +0300
commit53ff8c0f60176ef467618147125f64c17e598a78 (patch)
tree1b1d7bce5256a325b15d7b413a6abd0499d1ce11
parent9f6ead0ace34195a0bf633308748215f9ab06e45 (diff)
AA6023Sub2.cs fixv3.4
-rw-r--r--FamicomDumper/mappers/AA6023Sub2.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/FamicomDumper/mappers/AA6023Sub2.cs b/FamicomDumper/mappers/AA6023Sub2.cs
index 6214c8b..f1af5a5 100644
--- a/FamicomDumper/mappers/AA6023Sub2.cs
+++ b/FamicomDumper/mappers/AA6023Sub2.cs
@@ -44,7 +44,7 @@
{
dumper.Reset();
dumper.WriteCpu(0xA001, 0x00);
- dumper.WriteCpu(0x5003, 0x80);
+ dumper.WriteCpu(0x7003, 0x80);
dumper.WriteCpu(0xA001, 0x80);
}