o crc checking rom

This commit is contained in:
optixx
2009-04-25 20:41:02 +02:00
parent edf204ac24
commit 4a083cbea3
32 changed files with 1553 additions and 0 deletions

3
snes/crc/crc.h Normal file
View File

@@ -0,0 +1,3 @@
word crc_update (byte *data, word size);