--- uae/src/include/debug.h 2018/04/24 16:40:13 1.1.1.2 +++ uae/src/include/debug.h 2018/04/24 17:11:06 1.1.1.3 @@ -18,6 +18,9 @@ extern union flagu historyf[MAX_HIST]; #else 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);