# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | * slot_rom.h - Slot declaration ROM | |
3 | * | |
4 | < | * Basilisk II (C) 1997-1999 Christian Bauer |
4 | > | * Basilisk II (C) 1997-2008 Christian Bauer |
5 | * | |
6 | * This program is free software; you can redistribute it and/or modify | |
7 | * it under the terms of the GNU General Public License as published by | |
# | Line 22 | Line 22 | |
22 | #define SLOT_ROM_H | |
23 | ||
24 | extern bool InstallSlotROM(void); | |
25 | + | extern void ChecksumSlotROM(void); |
26 | ||
27 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |