--- hatari/src/includes/main.h 2019/04/01 07:09:16 1.1.1.1 +++ hatari/src/includes/main.h 2019/04/01 07:09:42 1.1.1.3 @@ -7,9 +7,9 @@ typedef int BOOL; -#define PROG_NAME "Hatari v0.05" /* Name, version for window title */ -#define PROG_VERSION "v0.05" -#define VERSION_STRING "0.05 " /* Always 6 bytes(inc' NULL) */ +#define PROG_NAME "Hatari v0.11" /* Name, version for window title */ +#define PROG_VERSION "v0.11" +#define VERSION_STRING "0.11 " /* Always 6 bytes(inc' NULL) */ #define VERSION_STRING_SIZE 6 /* Size of above(inc' NULL) */ //#define TOTALLY_FINAL_VERSION /* Web release version... */ @@ -237,6 +237,7 @@ enum { }; extern BOOL bQuitProgram; +extern BOOL bEnableDebug; extern BOOL bEmulationActive; extern char szName[]; extern char szBootDiscImage[MAX_FILENAME_LENGTH]; @@ -251,7 +252,7 @@ extern void Main_UnPauseEmulation(void); extern void Main_EventHandler(); extern void Main_WaitVBLEvent(void); extern BOOL Main_AlreadyWaitingVBLEvent(void); -/*extern void CALLBACK Main_SoundThreadFunc( UINT wTimerID, UINT msg, DWORD dwUsers, DWORD dw1, DWORD dw2 );*/ +/*extern void Main_SoundTimerFunc(void);*/ extern void Main_SetSpeedThreadTimer(int nMinMaxSpeed); #endif /* ifndef MAIN_H */