-
-
Notifications
You must be signed in to change notification settings - Fork 110
Description
I'm just looking at the strategy here ~ I'm a tad confused at what happens with a filename that contain both CD32 & CDTV keywords...
Example filename: Xenon 2 - Megablast (1992)(Mirrorsoft)(M5)[CDTV-CD32].cue
This .cue file will always prompt amiberry to configure as model=CDTV ~ my understanding is, this is due to the keyword 'CDTV' being detected first. So I set about trying to boot this title in CD32 mode.....I'm failing miserably here =)
Try 1 -- launch amiberry, GUI -> Quickstart -> Amiga model: CD32 (basic or expanded) --> Select image (Xenon 2 - Megablast (1992)(Mirrorsoft)(M5)[CDTV-CD32].cue) -- Start
Result: amiberry blackscreens and refuses to boot (Note: I see in Chipset, CD32 has been selected)
Try 2 -- amiberry --model CD32 "Xenon 2 - Megablast (1992)(Mirrorsoft)(M5)[CDTV-CD32].cue" -G (boots to model=CDTV)
I know that amiberry will actually evaluate the full path (I think ?) ...ergo...
Try 3 -- amiberry --model CD32 "CD32/Xenon 2 - Megablast (1992)(Mirrorsoft)(M5)[CDTV-CD32].cue" -G (boots to model=CDTV)
gcb@gallah:~/Desktop/CD32$ amiberry --model CD32 "Xenon 2 - Megablast (1992)(Mirrorsoft)(M5)[CDTV-CD32].cue" -G
gcb@gallah:~/Desktop/CD32$ cd ..
gcb@gallah:~/Desktop$ amiberry --model CD32 "CD32/Xenon 2 - Megablast (1992)(Mirrorsoft)(M5)[CDTV-CD32].cue" -G
Perhaps I expected the above cmdline to work, because the keyword 'CD32' is contained in $path to file (1st detection of keyword)...
....but obviously it didn't ;) So.... and this is essentially what I'm trying to avoid.....
Rename "Xenon 2 - Megablast (1992)(Mirrorsoft)(M5)[CDTV-CD32].bin" to "Xenon 2 - Megablast (1992)(Mirrorsoft)(M5)[CD32].bin"
Rename "Xenon 2 - Megablast (1992)(Mirrorsoft)(M5)[CDTV-CD32].cue" to "Xenon 2 - Megablast (1992)(Mirrorsoft)(M5)[CD32].cue"
Edit "Xenon 2 - Megablast (1992)(Mirrorsoft)(M5)[CD32].cue" to reflect change in filename of .bin file
Guess?....still blackscreens and refuses to boot .... https://ia801407.us.archive.org/2/items/noaen-tosec-iso-commodore-amiga-cdtv/Commodore/Amiga%20CDTV/Games/%5BBIN%5D/Xenon%202%20-%20Megablast%20%281992%29%28Mirrorsoft%29%28M5%29%5BCDTV-CD32%5D.7z
So it seems this title is somehow incompatible with CD32 mode (still boots in CDTV mode, as a music player, but songs do not play)
In any event, this isn't the only Amiga CD title with both the CD32 and CDTV keywords in the title (I'll have to test some others), and in these cases, how do you change Amiga model (when direct loading)?
TIA