I found that almost every game on the net come whith an ISO plus a bunch of mp3 files. The explanation to this is that the structure of the neo-geo cd is like mixed discs, with the first track with data, and rest with audio tracks.
So... how to make an image with all this from the iso and mp3?
First you will need...
The game files (ISO + mp3).
Notepad.
Nero (I used 5.5).
Then we'll have to create a "cue" file (this is the trick).
Open the notepad an paste this..
FILE "gamename.iso" BINARY
TRACK 01 MODE1/2048
INDEX 01 00:00:00
FILE "Track 02.mp3" MP3
TRACK 02 AUDIO
PREGAP 00:03:00
INDEX 01 00:00:00
FILE "Track 03.mp3" MP3
TRACK 03 AUDIO
INDEX 01 00:00:00
FILE "Track 04.mp3" MP3
TRACK 04 AUDIO
INDEX 01 00:00:00
FILE "Track 05.mp3" MP3
TRACK 05 AUDIO
INDEX 01 00:00:00
FILE "Track 06.mp3" MP3
TRACK 06 AUDIO
INDEX 01 00:00:00
FILE "Track 07.mp3" MP3
TRACK 07 AUDIO
INDEX 01 00:00:00
FILE "Track 08.mp3" MP3
TRACK 08 AUDIO
INDEX 01 00:00:00
FILE "Track 09.mp3" MP3
TRACK 09 AUDIO
INDEX 01 00:00:00
FILE "Track 10.mp3" MP3
TRACK 10 AUDIO
INDEX 01 00:00:00
FILE "Track 11.mp3" MP3
TRACK 11 AUDIO
INDEX 01 00:00:00
FILE "Track 12.mp3" MP3
TRACK 12 AUDIO
INDEX 01 00:00:00
FILE "Track 13.mp3" MP3
TRACK 13 AUDIO
INDEX 01 00:00:00
FILE "Track 14.mp3" MP3
TRACK 14 AUDIO
INDEX 01 00:00:00
FILE "Track 15.mp3" MP3
TRACK 15 AUDIO
INDEX 01 00:00:00
replace "gamename.iso" with the filename of your iso file, and the track names with the mp3 filenames keeping an eye on the placement order.
then save the file as "anything.cue", and put it in the same folder as the iso and mp3 files.
then open Nero, go to "recorder", then "choose recorder", then "image recorder" and press "OK".
Then go to "file" -> "Burn Image", search the cue file that you created and click "open". then write the image, and nero will ask you where.
Finally burn it with the software you like.
(you could write directly to a cdr instead of an image, but nero has to convert the mp3 to cda so i recomend you to build the image first).
That's it..
The other way, (i haven't tried it yet)... is to extract the iso content and build a mixed cd with nero, drag the extracted files to the data field, and the mp3s to the audio field. Then burn. Let me know if it works.
Anyway, I think the first method is the best one.
Hope it helps.
bye bye.