Well, don't really remember how to do cdda games, but as far as I know you got to burn your 2 cdda tracks first, get the msinfo number, hack your ip.bin (custom for shenmue1) and 1st-read.bin according to this number. Run cdda.exe on the 1st-read.bin, make an iso out of the data (with the mkisoft numer as the starting LBA). Then burn this data session on the cd in xa1 mode.
I remeber doing that for Toy Commander.
BTW, that's the "old school" way ...
FG
It should looks like something like this, replace XXX with the address of your drive:
Code:
cdrecord -dev=X,X,X -dao -multi -audio track01.wav track01.wav
cdrecord -dev=X,X,X -msinfo -> Remember the number it output!
[Binhack your 1st_rea.bin and ip.bin to the msinfo number, then run cdda.exe on 1st-read.bin]
mkisofs -C 0,<msinfo number> -V <CD_NAME> -l -o data.iso <name_of _folder_containing_files>
cdrecord -dev=0,0,0 -xa1 data.iso
Put the resulting CD into a dreamcast and test it out!
I hope it help!
FG