Files
quickdev16/snes/loadertest/crc.h
2009-08-28 08:47:26 +02:00

4 lines
89 B
C

word crc_update(byte * data, word size);
word crc_update_mem(unsigned long, word size);