ColinPitrat / caprice32

An emulator of the Amstrad CPC 8bit home computer range.
GNU General Public License v2.0
146 stars 32 forks source link

add support and validation for Graduate Software Accessory roms. #234

Closed cormacj closed 1 year ago

cormacj commented 1 year ago

Graduate Software CPM+ Accessory ROMs don't use a standard CPC rom format and caprice was rejecting these.

This change extends the ROM loading code to validate these ROMs and load if it passes the checks.

Reference: https://www.cpcwiki.eu/index.php/Graduate_Software

ColinPitrat commented 1 year ago

Thanks!