Hello,
It looks like RomRaider timestamp which is wrote by RomRaider right after ROM's checksum array breakes newest 1N83M ROMs starting from year 2021 and later. They have only one checksum table but additional integrity check (that does not pass when RomRaider stamp is written). And, if I'm not mistaken, timestamp is always written when there's only one Checksum Fix table. If such behavior will be confirmed (we still working on it), I propose to add a new tag named 'disabletimestamp' to 'romid'. Tag's default value should be 'false' to maintain compatibility. And when it is set to 'true', timestamp writing is not done.
Example:
Code:
<romid>
...
<disabletimestamp>true</disabletimestamp>
</romid>
I can add this functional to Romraider if my proposal will be accepted.
UPDATE
Another options could be:
- Disable timestamp writing completely (I like this one most of all)
- Disable timestamp based on file size