Replies: 1 comment 5 replies
-
Not really. Perhaps something could be cobbled together. What format are we talking about? IPF? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi again! :)
This is a problem that I got while preserving Mot (https://hol.abime.net/2520) a very rare spanish game edition.
In reality, every 16 bit game released in Spain is rare, because we had high pirate rates during the 16 bits era, this game maybe sold a hundred of units as maximum.
Then we preserved the game, but one sector had a crc error. Of course, we cleaned the floppy properly and made a lot of dumps until we reached the best dump possible of it. Because I know 68000 assembly and I got access to a crack of this game, I was able to discover that there was only one bit bad in the full sector.
Then my only option to fix the dump was really dirty (or I think that it is a really dirty way): write the dump in another floppy; fix the bit in that floppy using a sector editor; redump this new floppy and replace the bad sector in the original raw dump for the new one; and generating the new ipf/scp from the raw dump with the sector fixed.
I asked for any help to fix that bit in the cleanest way. And again the only option that it was given to me, it was to send the dump and they will fix the bit for me.
I don't know if it would be possible to make a tool that let you fix cases like that, where I can fix manually the bad bytes directly in the low level format. What do you think about it? Do you have any ideas?
Thanks for your time and patience!
Mauri.
Beta Was this translation helpful? Give feedback.
All reactions