--- hatari/src/includes/stMemory.h 2019/04/09 08:49:31 1.1.1.11 +++ hatari/src/includes/stMemory.h 2019/04/09 08:53:11 1.1.1.12 @@ -1,8 +1,8 @@ /* Hatari - stMemory.h - This file is distributed under the GNU Public License, version 2 or at - your option any later version. Read the file gpl.txt for details. + This file is distributed under the GNU General Public License, version 2 + or at your option any later version. Read the file gpl.txt for details. */ #ifndef HATARI_STMEMORY_H @@ -163,7 +163,6 @@ static inline Uint8 STMemory_ReadByte(Ui } -extern void STMemory_Clear(Uint32 StartAddress, Uint32 EndAddress); extern bool STMemory_SafeCopy(Uint32 addr, Uint8 *src, unsigned int len, const char *name); extern void STMemory_MemorySnapShot_Capture(bool bSave); extern void STMemory_SetDefaultConfig(void);