Namely I've been trying to get some ROM's to run on my Sega Saturn and have managed to do so with limited success. The game in question is Tomb Raider (I spent many hours watching my dad play this as a kid...) but that's not wholly important.
Anyway, I've got the game running great on the Sega and have had no problems except with the in game music and (some) other sound effects. I converted all the files to WAV as instructed created my CUE file and so on but during cut scenes and sequences where music should be triggered, nothing.
After having a good snoop around I noticed that something is going awry every-time I create the CUE file. Unlike all the other CUE files I've seen on other ROM's, there is no duration next to the index value.
Code: Select all
FILE "Tomb Raider 01.iso" BINARY
TRACK 01 MODE1/2048
INDEX 01 00:00:00
POSTGAP 00:02:00
FILE "Tomb Raider 02.wav" WAVE
TRACK 02 AUDIO
PREGAP 00:02:00
INDEX 01 00:00:00
FILE "Tomb Raider 03.wav" WAVE
TRACK 03 AUDIO
INDEX 01 00:00:00
.... etcCheers guys.