sf2000/tools
vonmillhausen 06d37840a6 Update tools.js
Just a tweak really - re-ordered the zeroing-out checks in getFirmwareHash() to match the expected order of each section within the BIOS file. This may help to avoid a theoretical issue where bytes in user-substituted content (e.g., a boot logo) accidentally matches against some other blob of binary we're searching for using findSequence(). Doing the search-and-replace in the expected ordering should help to avoid that... I think? Won't hurt anyway!
2023-10-09 20:20:54 +01:00
..
biosCRC32Patcher.htm Transitioned to shared Javascript library 2023-06-26 14:11:01 +01:00
bootLogoChanger.htm Added support for the new "August 3rd" BIOS 2023-08-19 17:45:25 +01:00
buttonMappingChanger.htm Added support for the new "August 3rd" BIOS 2023-08-19 17:45:25 +01:00
firmwareVersionChecker.htm Updated README.md, added firmware version checking tool 2023-10-03 13:11:39 +01:00
genericImageTool.htm Transitioned to shared Javascript library 2023-06-26 14:11:01 +01:00
pako.js New Tool: Save State Tool 2023-06-05 14:38:48 +01:00
saveStateTool.htm Transitioned to shared Javascript library 2023-06-26 14:11:01 +01:00
tools.css Moved tool CSS to shared CSS file 2023-06-26 13:19:47 +01:00
tools.js Update tools.js 2023-10-09 20:20:54 +01:00