| | Re: Firmware file version? Kekoa Proudfoot
| | | (...) I don't know what Dave Baum may or may not have said, but here is the ROM's algorithm for computing the checksum: short offset = 0 byte validstr = 0 short sum = 0 for (addr = 8000; addr < cc00; addr++) sum += byte at addr if (byte at addr == (...) (24 years ago, 16-Dec-00, to lugnet.robotics)
| | | | | | | | Re: Firmware file version? Kekoa Proudfoot
| | | | | Regarding the firmware checksumming, firmdl3 did not do that correctly, nor did it support any of the latest firmware files (0325, 0328), complaining because they were too large. I made the necessary changes to fix these problems. You can grab the (...) (24 years ago, 16-Dec-00, to lugnet.robotics)
| | | | | | |