Skip to content

Commit

Permalink
AA6023Sub2.cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ClusterM committed Jan 25, 2023
1 parent 9f6ead0 commit 53ff8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FamicomDumper/mappers/AA6023Sub2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void EnablePrgRam(IFamicomDumperConnection dumper)
{
dumper.Reset();
dumper.WriteCpu(0xA001, 0x00);
dumper.WriteCpu(0x5003, 0x80);
dumper.WriteCpu(0x7003, 0x80);
dumper.WriteCpu(0xA001, 0x80);
}

Expand Down

0 comments on commit 53ff8c0

Please sign in to comment.