You will have to use Bin2boot to hack the game. Make an ISO of the game files (I prefer using Mkisofs.exe) and pass the filename to bin2boot via the command line, mount or burn the new CDI image and boot it in nullDC! A typical batch file will look like this:
Code:
mkisofs -C 0,0 -V temp -l -o temp.iso temp
bin2boot temp.iso
del temp.iso
del *.tmp
rmdir /s /q temp
pause
cls
Where the temp in blue indicates the data folder's name (simply copy and paste the files from CD to that temp folder).
I put up the necessary files+batch
here so try it!