--- hatari/src/includes/ymFormat.h 2019/04/01 07:09:16 1.1 +++ hatari/src/includes/ymFormat.h 2019/04/09 08:53:13 1.1.1.5 @@ -1,11 +1,12 @@ /* - Hatari + Hatari - ymFormat.h + + 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. */ -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);