Initial import

This commit is contained in:
2026-03-24 15:21:33 +00:00
commit 4637394ed6
3 changed files with 90 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
VaxCheck
========
Calculate (and optionally write) VAX ROM checksums
The method used is a simple rotate-left-and-add over the
bytes of a ROM image, excluding the final checksum byte.
This is done on a per physical ROM basis, not for the
whole ROM memory space as a whole, so there are four
checksum bytes, one per physical ROM.