-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown Amiga Disk Copy Protection - Captain Planet, Power Drift, Mickey Mouse #73
Comments
sorry wrong link http://tomdalby.com/pcstuff/F1[unkown].7z |
Head over Heals Hit Squad http://tomdalby.com/pcstuff/HeadoverHeels_HitSquad[Unknown].7z |
Power Drift (2 disks) |
Head Over Heels and F1 are done. Power Drift is interesting, the disk format is done by ZZKJ and is a variant on Super Hang-On:
Specifically: No more than 3 in 8 weak bytes can match on successive track reads. Captain Planet still could be a variant of RattDOS. It has variable sync marks, same as RattDOS. |
Shadowlands Hit Squad (2 disks) Normal version is in the format list but it doesn't work on this verison |
Shadowlands (Hit Squad) is plain AmigaDOS and the existing Shadowlands format entry works fine. The warnings are simply that the tracks are unexpectedly long (~103000 bits) but this is just because they were mastered long, for no particular reason. The warnings are prominent because sometimes long tracks can be hiding copy protection. But when it's across all tracks like this, I think it's unlikely. EDIT: Further Information: It is a matter of taste whether these tracks should be cropped down (as currently happens) or whether the length should be preserved. We could get the latter behaviour by editing the amigados_copylock entry in formats file to reference amigados_unknown_length instead of plain old amigados. |
Another unknown protection (Fungus variant as per this post here at EAB ) Mickey Mouse - The Computer Game (CTRAW) PS. Hope it's okay to "butt" in here instead of raising another ticket |
From Denis/SPS: Mickey Mouse is Fungus (variant 3 in SPS naming) which is a format by Colin Dooley (aka Fungus T Bogeyman) developed while at Gremlin. The protection is Protoscan. |
Mercenary Compendium from Amiga Tenstar Pack 7 The SCF loads in WinUAE but I not able to convert to IPF http://tomdalby.com/pcstuff/MercenaryCompendium_TenstarPack7.7z |
Street Fighter 2 (disk one provided) The SCF loads in WinUAE but I'm not able to convert to IPF |
@Flupper, your Mickey dump seems bad, I can't even find an AmigaDOS boot track :( |
@keirf That's odd, the raw image loads fine in WinUAE with sps 5.1plugin. |
I'll have another look. Maybe I'm not handling CTRAW correctly somehow. Another dump (Kryoflux) is working okay.... |
Rainbird data tracks, AmigaDOS boot track, Copylock Disk IDs. Refs #73
Street Fighter II: The World Warrior is done. It is Rainbird disk format. |
Mercenary is done. A couple of notes however:
EDIT: Track 0.1 is unformatted in IPF #0955 so that makes me pretty confident that it's just garbage in that track of Tom's dump image. I have also tweaked the analyser to actually work with #0955 :) |
Can I add a disk too: Disk (2 copies, just in case): |
@keirf Hello, first thank you very much for your work. I have some games I couldn't get to work. Sadly I can't verify if they are working or not, cause I don't have a working Amiga at the moment. So I could understand if you doesn't want to waste your time with them. But: I only ask for games with an not to bad looking import log. And I uploaded the Import log too, so that you can decide yourself if they are worth a look or not. First here are some working conversions, just as info: Primal Rage Disk 1 Primal Rage Disk 2-4 Now here are the cases with problems:
-Gunship (I've got this games two times and both doesn't work)
The games are here: I would be very glad if you could take a look at them, but as I wrote I understand if you doesn't want to. Thanks and BR |
|
I found a CT RAW image of Amiga Power 13 (Sensible Brick) but I haven't had any luck converting to ipf. CT RAW image (not dumped by me) I don't know if the image is bad or not, but if I load the raw file as is in WinUAE it loads just fine without any errors. |
@Flupper thanks, disk-analyse is supposed to support CT RAW via the CAPS/SPS decode library (same as used for IPF) but it doesn't seem to work well in this case! It does work in UAE though I agree... I'll have a look. |
Okay the issue was garbage in the bit-speed array provided by the SPS decoder library. UAE rejects the bogus value, while disk-analyse naively eats them up. With that disabled (assume constant track speeds, which is correct for this disk) I was able to decode all tracks. They are all either AmigaDOS or Sensible (SOS) formats. And I uploaded an IPF to the Zone. |
Thanks, got it. |
Keir, user tomead upped a SuperCard dump of Body Blows v1 to the zone over at EAB. |
Downloaded it. I'll have a look. EDIT: I'll have to look closer but I suspect T5.0 is corrupt and should be a full PDOS track. If I output the half analysed track it does load okay to title screen. The same trackloader routine is used as for all other tracks, so it must be PDOS. Now maybe it really is only half a PDOS track but I doubt it. I will look closer and confirm one way or the other though. EDIT2: I have been supplied another v1 Disk 1 SCP dump. Although the disk has errors, T5.0 is 100% ok PDOS. Of course I need to double confirm that the two dumps are matching (where possible) but if so I can make a good SCP out of the Zoned dump plus T5.0 of the "bad" dump. And then we'll have a 100% SCP (and I can generate IPF) of Body Blows v1. EDIT3: But the Zoned dump T5.0 doesn't actually look like a media error. Maybe there's a v0 and that has a mastering error? More investigation to do... EDIT4: The other "bad dump" is definitely different version. Different sector contents/checksums. |
Okay I definitely have three different versions of Body Blows in hand. The one uploaded to the zone does indeed seem to have a genuinely wonky track 5.0. |
Checking the WHDLoad installer, two versions of Body Blows ECS have weird tracks. I have now allowed the PDOS analyser to emit incomplete tracks (albeit with warnings) and the warnings are explained next to the Body Blows format descriptor in the formats file. I think that will do. |
All is working well, thanks |
Captain Planet Mindscape International
http://tomdalby.com/pcstuff/CaptainPlanet[unkown].7z
The text was updated successfully, but these errors were encountered: