- Joined
- Dec 7, 2000
- Posts
- 11,473
I was just posting this for someone else, and thought it might be helpful to people, especially in the homebrew community. There are readme instructions already included with the utility of course, but it doesn't hurt to have another explanation. Thank you for @city41 for the useful utility!
Download the neosdconv utility:
github.com
(Click "Code" and choose "Download Zip")
You will also need Node installed: https://nodejs.org/en/download/
You can install neosdconv from a command line with
After installing the utility and node, put your set of MAME style rom files in a new folder. Now here's the trick:
The file names need to have the .rom extension with the file type after the dash in the name. So they can't be .bin or .v1, etc. Example:
name-c1.rom
name-c2.rom (etc)
name-m1.rom
name-p1.rom
name-s1.rom
name-v1.rom
Run the Windows command line as an Administrator. Here's an example command:
neosdconv -i horekid -o horekid.neo -n "Booby Kids" -g Action -y 1987 -m Nichibutsu
"horekid" is the name of my directory with the roms in it.
(enclose any names with spaces in double quotes)
The genre must be one of the ones on this list:
github.com
If you get your file names wrong, the utility will output a useless .neo file. It's usually pretty easy to tell it failed this way because the resulting file will be obviously too small compared to most others.
Download the neosdconv utility:
GitHub - city41/neosdconv: A command line tool to convert Neo Geo roms into the format needed for NeoSD
A command line tool to convert Neo Geo roms into the format needed for NeoSD - GitHub - city41/neosdconv: A command line tool to convert Neo Geo roms into the format needed for NeoSD
You will also need Node installed: https://nodejs.org/en/download/
You can install neosdconv from a command line with
Code:
npm install -g neosdconv
After installing the utility and node, put your set of MAME style rom files in a new folder. Now here's the trick:
The file names need to have the .rom extension with the file type after the dash in the name. So they can't be .bin or .v1, etc. Example:
name-c1.rom
name-c2.rom (etc)
name-m1.rom
name-p1.rom
name-s1.rom
name-v1.rom
Run the Windows command line as an Administrator. Here's an example command:
neosdconv -i horekid -o horekid.neo -n "Booby Kids" -g Action -y 1987 -m Nichibutsu
"horekid" is the name of my directory with the roms in it.
(enclose any names with spaces in double quotes)
The genre must be one of the ones on this list:
neosdconv/src/genres.ts at main · city41/neosdconv
A command line tool to convert Neo Geo roms into the format needed for NeoSD - city41/neosdconv
If you get your file names wrong, the utility will output a useless .neo file. It's usually pretty easy to tell it failed this way because the resulting file will be obviously too small compared to most others.
Last edited: