Replies: 2 comments 3 replies
-
So you want to ignore the sector N field and instead expect the specified sector data size (with valid crc on the end)? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
As I mentioned in another post, we are trying to preserve some arcade games that are stored in disks.
One of the issues we found is that the creators were storing blocks of 1024k but they were marking it as blocks of 512k
In order to break the protection, we compiled a homebrew version of HxC to force reading blocks of 1024k overriding the information found in the RAW data (which worked quite well to read the content).
The problem is that, for some games we lost both, the disk and the RAW data, but hopefully, we have the DSK (image).
I am wondering if it is possible to add a parameter in GreaseWeazle to override the block size found by a customized one (for both, reading and writting).
It will be really appreciated.
Thank you very much,
Beta Was this translation helpful? Give feedback.
All reactions