Skip to content

Problems writing SCP for amiga copy protected games #469

Answered by keirf
RetroD asked this question in Q&A
Discussion options

You must be logged in to vote

The problem is that unanalysed SCP dumps cannot be intelligently written back to disk. These are the limitations:

  1. No verification of the write
  2. The write splice is always at the index (ie. the write is always index-to-index).
    This is because gw doesn't know where the data is in the track. Some tools attempt to detect the write splice, and I think that might work for your Mortal Kombat dump, but gw doesn't attempt this.

To see what I mean, install HxC tools and inspect your SCP dump in the track analyzer. If you enter "disk view" you will see little red speckles all around. These are the write splices. Note how they are not forming a horizontal radial line at the index!

So, loads of secto…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by RetroD
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@keirf
Comment options

@RetroD
Comment options

@keirf
Comment options

@RetroD
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants