SnowflakePowered/snowflake

SmartIdentifer: Heuristically determine ROM information by analyzing the ROM file.

Closed this issue · 1 comments

Identifiers are redundant for many ROMs and require knowledge of the ROM type.
The SmartIdentifier proposal is where Snowflake is able to intelligently determine the type and console of ROM through advanced heuristics. ROMs can be determined by their headers, or if lacking should fall back to MD5. Snowflake must be aware of which types of ROMs have headers, what to look for in what format, and what checksum is returned. The SmartIdentifer should return a ROMInfo object noting human-friendly name, the filename, and the checksum of the ROM. SmartIdentifier should integrate with awagame databases or OpenVGDB to find information not available in the ROM.

List of platforms with comprehensible ROM headers

I'm going to merge this issue into #167