Expand description
Provides header analysis functionality for Sony PlayStation (PSX) ROMs, typically in CD image formats.
This module focuses on identifying the region of PSX games by searching for known executable prefixes (e.g., “SLUS”, “SLES”, “SLPS”) within the initial data tracks.
Structs§
- PsxAnalysis
- Struct to hold the analysis results for a PSX ROM.
Functions§
- analyze_
psx_ data - Analyzes PlayStation (PSX) ROM data, typically from CD images.
- map_
region - Determines the PSX game region based on a given region code.