Skip to content

Commit

Permalink
Fix README link
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Mar 11, 2024
1 parent 7bb7587 commit 1601c29
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 @@ -9,7 +9,7 @@ A Ghidra extension to support disassembling and analyzing NES ROMs.
- Import NES ROMs in the iNES format. The following mappers are supported:
- [NROM](https://www.nesdev.org/wiki/NROM) (mapper 0)
- [MMC1](https://www.nesdev.org/wiki/MMC1) (mapper 1)
- [UxROM] (https://www.nesdev.org/wiki/UxROM) (mapper 2)
- [UxROM](https://www.nesdev.org/wiki/UxROM) (mapper 2)
- [AxROM](https://www.nesdev.org/wiki/AxROM) (mapper 7)
- [MMC4](https://www.nesdev.org/wiki/MMC4) (mapper 10)
- [Namco 129/163](https://www.nesdev.org/wiki/INES_Mapper_019) (mapper 19)
Expand Down

0 comments on commit 1601c29

Please sign in to comment.