[DONE] Discussing the multisession cue
Re: [DONE] Discussing the multisession cue
Okay, thanks.
PX-760A (+30), PX-W4824TA (+98), GSA-H42L (+667), GDR-8164B (+102), SH-D162D (+6), SOHD-167T (+12)
Re: [DONE] Discussing the multisession cue
It should be fixed now.
PX-760A (+30), PX-W4824TA (+98), GSA-H42L (+667), GDR-8164B (+102), SH-D162D (+6), SOHD-167T (+12)
Re: [DONE] Discussing the multisession cue
Newdisc form works now, confirmed!
PX-760A (+30), PX-W4824TA (+98), GSA-H42L (+667), GDR-8164B (+102), SH-D162D (+6), SOHD-167T (+12)
Re: [DONE] Discussing the multisession cue
Thank you iRobot, here's my updated cue dumped with /ms: /viewtopic.php?p=53367#p53367
How long before we can add Mil-CD? Thanks!
How long before we can add Mil-CD? Thanks!
All my posts and submission data are released into Public Domain / CC0.
Re: [DONE] Discussing the multisession cue
Added.user7 wrote:How long before we can add Mil-CD? Thanks!
There are still some open questions though:
/viewtopic.php?p=43758#p43758
PX-760A (+30), PX-W4824TA (+98), GSA-H42L (+667), GDR-8164B (+102), SH-D162D (+6), SOHD-167T (+12)
Re: [DONE] Discussing the multisession cue
I just took a look at all the MIL-CD logs and they all have non-standard values.Jackal wrote:We agreed to hide it until we find a disc that has different standards.
All the discs so far, including Bleemcast, have the same lead-out, lead-in, pregap lengths between sessions. They are formally specified in official documents, so it's unlikely that a disc will deviate from it.
Lets see if this remains after they have been redumped with the latest DIC version, since there was a bug apparently.
PX-760A (+30), PX-W4824TA (+98), GSA-H42L (+667), GDR-8164B (+102), SH-D162D (+6), SOHD-167T (+12)
Re: [DONE] Discussing the multisession cue
iRobot, can you add CD format for Dreamcast so unlicensed discs can be submitted?
All my posts and submission data are released into Public Domain / CC0.
Re: [DONE] Discussing the multisession cue
"unlicensed discs" are apparently all MIL-CD
PX-760A (+30), PX-W4824TA (+98), GSA-H42L (+667), GDR-8164B (+102), SH-D162D (+6), SOHD-167T (+12)
Re: [DONE] Discussing the multisession cue
All my posts and submission data are released into Public Domain / CC0.
Re: [DONE] Discussing the multisession cue
Someone pointed out in Discord that the multisession cuesheets for IBM PC aren't functional. It's true that virtual drive software like Daemon Tools doesn't support multisession cue's, but IsoBuster also fails to parse the filesystem correctly when loading the .cue.
The problem is that IsoBuster assumes that SESSION 02 starts the sector after SESSION 01 ends, but in fact there's 11400 sectors in between the sessions that aren't included in the image.
So to fill this void we would need to add this line to the cuesheet: PREGAP 02:32:00
Mounts with Daemon Tools without error (but no multisession). Opens in IsoBuster and parses filesystem correctly:
Default redump .cue: Mounts with Daemon tools and opens with IsoBuster, but the disc size is 11400 sectors too short and IsoBuster is unable to show the correct filesystem for session 2, because it's missing the area between the 2 sessions:
IMO iR0b0t should add the PREGAP 02:32:00 line for generated multisession CD cuesheets, so that we at least can access the session 2 filesystem with the correct start address and have the correct disc length.
The problem is that IsoBuster assumes that SESSION 02 starts the sector after SESSION 01 ends, but in fact there's 11400 sectors in between the sessions that aren't included in the image.
So to fill this void we would need to add this line to the cuesheet: PREGAP 02:32:00
Mounts with Daemon Tools without error (but no multisession). Opens in IsoBuster and parses filesystem correctly:
Code: Select all
REM SESSION 01
FILE "Bajki na CD 5-2008 (Poland) (Track 1).bin" BINARY
TRACK 01 AUDIO
INDEX 01 00:00:00
REM SESSION 02
FILE "Bajki na CD 5-2008 (Poland) (Track 2).bin" BINARY
TRACK 02 MODE2/2352
PREGAP 02:32:00
INDEX 01 00:00:00Code: Select all
REM SESSION 01
FILE "Bajki na CD 5-2008 (Poland) (Track 1).bin" BINARY
TRACK 01 AUDIO
INDEX 01 00:00:00
REM SESSION 02
FILE "Bajki na CD 5-2008 (Poland) (Track 2).bin" BINARY
TRACK 02 MODE2/2352
INDEX 01 00:00:00
Last edited by Jackal on Sun Aug 29, 2021 4:54 pm, edited 1 time in total.