Expand description
Provides header analysis functionality for Nintendo Entertainment System (NES) ROMs.
This module supports both iNES and NES 2.0 header formats to extract region and other relevant information.
NES header documentation referenced here: https://www.nesdev.org/wiki/INES https://www.nesdev.org/wiki/NES_2.0
Structs§
- NesAnalysis
- Struct to hold the analysis results for a NES ROM.
Functions§
- analyze_
nes_ data - Analyzes NES ROM data.
- map_
region - Determines the NES region name based on the region byte and header format.