--- previous/src/cpu/compat.h 2018/04/24 19:31:52 1.1.1.2 +++ previous/src/cpu/compat.h 2018/04/24 19:33:42 1.1.1.3 @@ -22,16 +22,6 @@ #define MAX_LINEWIDTH 100 #endif -/* Laurent */ -/* here only to allow newcpu.c to compile */ -/* Should be removed when newcpu.c 'll be relooked for hatari only*/ - -// Laurent : I don't know what to do with these variables, so, for now, I've put them here !!! -int vpos; -int quit_program; // declared as "int quit_program = 0;" in main.c -//WinUae ChangeLog: Improve quitting/resetting behaviour: Move quit_program from GUI -//WinUae ChangeLog: quit_program is now handled in vsync_handler() and m68k_go(). - #ifndef REGPARAM #define REGPARAM #endif @@ -45,7 +35,7 @@ int quit_program; // declared as "int q #endif #ifndef TCHAR -#define TCHAR char +typedef char TCHAR; #endif #ifndef STATIC_INLINE