--- BasiliskII/src/slot_rom.cpp 1999/10/03 14:16:25 1.1 +++ BasiliskII/src/slot_rom.cpp 2000/07/14 21:29:10 1.3 @@ -1,7 +1,7 @@ /* * slot_rom.cpp - Slot declaration ROM * - * Basilisk II (C) 1996-1997 Christian Bauer + * Basilisk II (C) 1996-2000 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -392,7 +392,7 @@ bool InstallSlotROM(void) // Calculate CRC uint32 crc = 0; - for (int i=0; i> 31); crc += srom[i]; }