Page 1 of 1

My tools for patching TOS

Posted: 29 Dec 2022 18:57
by Badwolf
https://github.com/dh219/toshack

I've used the above to create a version of TOS that:-

1) Skips the CRC check;
2) Detects TT-RAM and declares it;
1) Sets up an FRB & the associated cookie [athough the latter is really hacky ATM].

If you have gcc, vasm68_mot and make in your path you should be able to simply supply a TOS image called 'tos404.img' and run 'make'.

Hacking is relatively straightforward by modifying patcher.c and defining your patches therein.

BW