Expand description
This module contains console-specific analysis logic for various retro gaming systems.
Each submodule corresponds to a different console and provides functions and data structures for parsing ROM headers, extracting metadata, and performing other console-specific analyses.
Modulesยง
- gamegear
- Provides header analysis functionality for Sega Game Gear ROMs.
- gb
- Provides header analysis functionality for Game Boy (GB) and Game Boy Color (GBC) ROMs.
- gba
- Provides header analysis functionality for Game Boy Advance (GBA) ROMs.
- genesis
- Provides header analysis functionality for Sega Genesis (also known as Mega Drive) ROMs.
- mastersystem
- Provides header analysis functionality for Sega Master System ROMs.
- n64
- Provides header analysis functionality for Nintendo 64 (N64) ROMs.
- nes
- Provides header analysis functionality for Nintendo Entertainment System (NES) ROMs.
- psx
- Provides header analysis functionality for Sony PlayStation (PSX) ROMs, typically in CD image formats.
- segacd
- Provides header analysis functionality for Sega CD (also known as Mega CD) ROMs.
- snes
- Provides header analysis functionality for Super Nintendo Entertainment System (SNES) ROMs.