Module psx

Module psx 

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