--- hatari/src/includes/stMemory.h 2019/04/01 07:12:14 1.1.1.4 +++ hatari/src/includes/stMemory.h 2019/04/01 07:12:39 1.1.1.5 @@ -87,6 +87,6 @@ static inline Uint8 STMemory_ReadByte(Ui } -extern void STMemory_Clear(unsigned long StartAddress, unsigned long EndAddress); +extern void STMemory_Clear(Uint32 StartAddress, Uint32 EndAddress); #endif