Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v20250614] - 2025-06-14
### Added
- Add load options for PRG and CHR banks ([#28](https://github.com/kylewlacy/GhidraNes/pull/28)) by [@CBongo](https://github.com/CBongo)

## [v20250525] - 2025-05-25
### Changed
- Added CHR ROM extraction to MMC3 mapper ([#20](https://github.com/kylewlacy/GhidraNes/pull/20) by [@GrasonHumphrey](https://github.com/GrasonHumphrey))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A Ghidra extension to support disassembling and analyzing NES ROMs.
- [CPROM](https://www.nesdev.org/wiki/CPROM) (mapper 13)
- 16K bankable PRG ROM
- [MMC1/SxROM](https://www.nesdev.org/wiki/MMC1) (mapper 1, also includes mapper 16)
- [UxROM] (https://www.nesdev.org/wiki/UxROM) (mapper 2)
- [UxROM](https://www.nesdev.org/wiki/UxROM) (mapper 2)
- [MMC4/FxROM](https://www.nesdev.org/wiki/MMC4) (mapper 10)
- [UNROM 512](https://www.nesdev.org/wiki/UNROM_512) (mapper 30)
- [Sunsoft 3](https://www.nesdev.org/wiki/INES_Mapper_067)/[Sunsoft 4](https://www.nesdev.org/wiki/INES_Mapper_068) (mappers 67, 68)
Expand Down