--- hatari/src/includes/ymFormat.h 2019/04/01 07:09:16 1.1.1.1 +++ hatari/src/includes/ymFormat.h 2019/04/01 07:14:48 1.1.1.4 @@ -1,11 +1,12 @@ /* - Hatari + Hatari - ymFormat.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. */ -extern BOOL bRecordingYM; +extern bool bRecordingYM; -extern BOOL YMFormat_BeginRecording(/*HWND hWnd,*/ char *pszYMFileName); -extern void YMFormat_EndRecording(/*HWND hWnd*/); -extern void YMFormat_FreeRecording(void); +extern bool YMFormat_BeginRecording(const char *pszYMFileName); +extern void YMFormat_EndRecording(void); extern void YMFormat_UpdateRecording(void); -extern BOOL YMFormat_ConvertToStreams(void);