--- hatari/src/includes/main.h 2019/04/09 08:48:02 1.1.1.18 +++ hatari/src/includes/main.h 2019/04/09 08:48:38 1.1.1.19 @@ -11,7 +11,7 @@ /* Name and version for window title: */ //#define PROG_NAME "Hatari devel (" __DATE__ ")" -#define PROG_NAME "Hatari v1.3.1" +#define PROG_NAME "Hatari v1.4.0" #include "config.h" @@ -47,11 +47,12 @@ #define SIZE_WORD 2 #define SIZE_LONG 4 +/* The 8 MHz CPU frequency */ +#define CPU_FREQ 8012800 extern bool bQuitProgram; extern Uint32 nRunVBLs; -extern void Main_MemorySnapShot_Capture(bool bSave); extern bool Main_PauseEmulation(bool visualize); extern bool Main_UnPauseEmulation(void); extern void Main_RequestQuit(void);