Module nes

Module nes 

Source
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.