--- uae/src/include/debug.h 2018/04/24 16:38:39 1.1 +++ uae/src/include/debug.h 2018/04/24 17:11:06 1.1.1.3 @@ -1,10 +1,10 @@ - /* + /* * UAE - The Un*x Amiga Emulator - * + * * Debugger - * + * * (c) 1995 Bernd Schmidt - * + * */ #define MAX_HIST 10000 @@ -16,8 +16,11 @@ extern int debugging; extern struct regstruct history[MAX_HIST]; extern union flagu historyf[MAX_HIST]; #else -extern CPTR history[MAX_HIST]; +extern uaecptr history[MAX_HIST]; #endif +extern int exception_debugging; extern void debug(void); extern void activate_debugger(void); +extern int notinrom (void); +extern const char *debuginfo(int);