Copy Link
Add to Bookmark
Report
SEGA SATURN TECHNICAL BULLETIN #3
SEGA SATURN TECHNICAL BULLETIN #3
To: Sega and Third Party Developers
From: Developer Technical Support
Date: June 2, 1994
Re: Information Regarding CD Burning
1. If any hardware and/or software other than those listed below are needed, approval from Sega must be acquired first. Materials related to the approval process will be distributed at a later date.
- Write-once writer
- Yamaha CD Expert CDE 100 - Write-once writing software
- SEGACDW. EXE - Media
- Sega private media: Model number CDM12PS71 (with Sega Saturn logo)
- Sega MEGA CD-R 1.25 m/s (blue-labeled disc with Sega logo for MEGA-CD)WARNING: MEGA CD-R cannot be used for quadruple-speed write operation.
Note: The product names and model numbers provided above are those sold by the distributors.
2. The following is a sample Script file for building a write-once SEGA Saturn CD.
Please note that the first file in the script MUST be named 0.
Disc SAMPLE.DSK
CatalogNo 0
Session CDROM
LeadIn MODE1
EndLeadIn
SystemArea IP.BIN
Track MODE1
Volume ISO9660 SAMPLE.PVD
PrimaryVolume 0:2:16
EndPrimaryVolume
EndVolume
File 0
File A.BIN
FileSource TEST.BIN
EndFileSource
EndFile
File SDDRVS.TSK
FileSource SDDRVS.TSK
EndFileSource
EndFile
File NEWMAP.TSK
FileSource NEWMAP.TSK
EndFileSource
EndFile
Directory SMPD101
File SMP001.DAT
FileSource SMP101.DAT
EndFileSource
EndFile
File SMP002.DAT
FileSource SMP002.DAT
EndFileSource
EndFile
EndDirectory
Directory SMPD102
File SMP003.DAT
FileSource SMP003.DAT
EndFileSource
EndFile
EndDirectory
PostGap 300
EndTrack
Track CDDA
Pause 150
File CDDA1
FileSource SND8_1.DAT
EndFileSOurce
EndFile
EndTrack
Track CDDA
File CDDA2
FileSource SND8_3.DAT
EndFileSource
EndFile
EndTrack
LeadOut CDDA
Empty 300
EndLeadOut
EndSession
EndDisc