farmerbb / RED-Project

ROM Extraction Documentation Project
181 stars 8 forks source link

Neo Geo Emulation by Code Mystics on GOG #156

Open charlieglide opened 2 months ago

charlieglide commented 2 months ago

I noticed that GOG recently released about 22 Neo Geo games through Code Mystics. I was able to modify a script that I found for The Last Blade 2 located here: https://misterfpga.org/viewtopic.php?t=1423

If you unzip the file that I attached and put the roms that are in the data folder under "Magician Lord" and run the maglord.py script with Thonny, it will put the roms in a folder called MAME and "maglord". 005-m1.m1 needs to be trimmed to 256kb and the two bios files. japan-j3.bin needs to be dumped manually. codemysticsconvert.zip

RealRelativeEase commented 2 months ago

There's also a series of bash scripts for the Code Mystics releases, with the exception of Metal Slug 4 and The King of Fighters 2003. Alternatively, a Japanese blog has instructions on how to build batch files to extract playable Neo Geo ROM files, starting with this post. A Metal Slug 4 ROM can be sourced from Metal Slug Anthology. #146