shawngmc / game-extraction-toolbox

Python tools for extracting ROMs from games and investigating files
MIT License
76 stars 8 forks source link

Future: Mortal Kombat Arcade Kollection #25

Open shawngmc opened 2 years ago

shawngmc commented 2 years ago

Source: Steam - However, this collection is no longer available for sale.

Status: Game and Image ROMs can be extracted (at least for MK1); however. none of these games currently are playable, as it appears the Audio ROMs are replaced with a different audio format.

It might be possible to convert the Audio to Ogg via instructions at: https://borderlands.fandom.com/wiki/Extracting_PC_resources Turning those into a functional (let alone CRC matching) ROM is a difficult task.

Games:

einstein95 commented 2 years ago

I had a look at MK1 from this not too long ago. Uses mkla4 from MAME, MK1.bin is identical to the maincpu area, MK1IMAGE.bin is identical to gfxrom.

shawngmc commented 2 years ago

That's as far as I got as well - MK1 variant ID'd, image and game ROM's extracted, and the Audio seems like a dead end.