Removed the CRC64 stuff from the Windows makefiles.

This commit is contained in:
OBattler
2016-11-05 01:02:32 +01:00
parent d6baa6a948
commit 1b1b18f1dd
3 changed files with 7 additions and 9 deletions

View File

@@ -3264,7 +3264,7 @@ void d86f_init()
memset(d86f, 0, sizeof(d86f));
d86f_setupcrc(0x1021);
crc64speed_init();
// crc64speed_init();
d86f[0].state = d86f[1].state = STATE_IDLE;
}