--- hatari/src/includes/memorySnapShot.h 2019/04/01 07:13:45 1.1.1.4 +++ hatari/src/includes/memorySnapShot.h 2019/04/01 07:14:52 1.1.1.5 @@ -7,5 +7,5 @@ extern void MemorySnapShot_Store(void *pData, int Size); -extern void MemorySnapShot_Capture(const char *pszFileName, BOOL bConfirm); -extern void MemorySnapShot_Restore(const char *pszFileName, BOOL bConfirm); +extern void MemorySnapShot_Capture(const char *pszFileName, bool bConfirm); +extern void MemorySnapShot_Restore(const char *pszFileName, bool bConfirm);