Home | Forums | What's new | Resources | |
saturn cd building with xp |
vreuzon - Jul 22, 2004 |
Reinhart | Jul 22, 2004 | |||
revenge of stripiso... works for me. Package containing ipins.... (packselfboot DC) I only use IPins for this package and it works fine. Why not have a look at UltraIso for building a disc ? |
antime | Jul 22, 2004 | |||
I've built my images with mkisofs and a custom IP injector. |
vbt | Jul 22, 2004 | ||||
Thanks for the link with the revenge of stripiso. |
vreuzon | Jul 28, 2004 | |||
I tried with mkiosfs, inserting the ip.bin with the -G option. It gives a valid image, but it crashes with satourne after the last "blue sega logo on a black background" screen as if there was no program to load Does someone have a working command line for mkisofs ? |
ExCyber | Jul 28, 2004 | |||
What is the name of the boot file, and what is the mkisofs commandline that you used? |
vreuzon | Jul 28, 2004 | |||
I don't have the command line right here, but what I did was to copy all fields from the Image.cti I formerly used (correponding to the same ip.bin I was succesfuy using with buildcd on windows 2000) : sysid; volid, volset, manufacturer, the location of abs.txt... For the system area and Initial Program, I use --generic-boot "..\ip.bin" |
ExCyber | Jul 28, 2004 | |||
I don't mean ip.bin, but the file that you expect IP.BIN to load. Generally it has to be the first file on the disc. |
vreuzon | Jul 28, 2004 | |||
Thanks . excyber : yes, it could have been the location of the program on the cd. But it wasn't. It's just that the satourne emulator version I was used to does not work on xp; it works on a real saturn. It's ok now. I can provide a mkisofs command line if somebody need it. |
madmalkav | Aug 10, 2004 | |||
I will like a quick guide about rebuilding saturn discs. I'm doing some transaltion experiments and I need to rebuild the iso with the modified files, but I'm not sure of how to do it. |
vreuzon | Aug 17, 2004 | ||||
using mkisofs 1. put the saturn binary exe as well as the rest of the files (but NO cd track or wav) in a directory (here called "cd"') 2. call mkisofs with a syntax like :
Code:
- the generic boot must be the Initial Program file. (you can build your own or use an existing one) - the binary executable file name should begin with a 0 (in order to be the first on the disc) You will get a working iso, here called sl.iso 3. If you want to add audio tracks, i have written a little howto : 3.1 Build your sl.iso WITHOUT audio tracks (for instance using buildcd/stripiso). Adding audio tracks using stripiso won't work. 3.2 Create the audio tracks. Each file must be saved as RAW data (no wav header) using the following convention : 44100 Hz, 16 bits, Signed, Little endian (Intel). 3.3 Write a cue file... ... that looks like that : --- file: myimage.cti FILE "..\SL.ISO" BINARY TRACK 01 MODE1/2048 INDEX 01 00:00:00 POSTGAP 00:02:00 FILE "sundaymachine.raw" BINARY TRACK 02 AUDIO PREGAP 00:02:00 INDEX 01 00:00:00 FILE "beatsuckerdeluxe.raw" BINARY TRACK 03 AUDIO PREGAP 00:02:00 INDEX 01 00:00:00 --- end of file The first track is the "sl.iso"; next ones are your raw audio files (in my example, the "sundaymachine.raw" and "beatsuckerdeluxe.raw" files). Don't mess with the pregap. 4. Burn it as a ".cue" (sometimes called "bin/cue"). You can use cdrecord and bchunk or cdrdao (or some non-free software). It should work. -------------- hope i'll help. |
madmalkav | Aug 23, 2004 | |||
Thanks a lot. |
slinga | Dec 4, 2004 | |||
Thanks for your guide Vreuzon, apparently stripiso doesn't work for me in Windows 2000 anymore. :huh Could be some patches I installed. |
vbt | Dec 4, 2004 | ||||
The revenge of stripiso works perfectly on W2000 SP4 but not the old stripiso. |