--- previous/src/cpu/hatari-glue.c 2018/04/24 19:31:45 1.1.1.4 +++ previous/src/cpu/hatari-glue.c 2018/04/24 19:33:33 1.1.1.5 @@ -15,7 +15,6 @@ const char HatariGlue_fileid[] = "Hatari #include "main.h" #include "configuration.h" #include "video.h" -#include "sysReg.h" #include "sysdeps.h" #include "maccess.h" @@ -26,20 +25,6 @@ const char HatariGlue_fileid[] = "Hatari struct uae_prefs currprefs, changed_prefs; - - -/** - * Return interrupt number (1 - 7), 0 means no interrupt. - * Note that the interrupt stays pending if it can't be executed yet - * due to the interrupt level field in the SR. - */ -int intlev(void) { - /* Poll interrupt level from interrupt status and mask registers - * --> see sysReg.c - */ - return get_interrupt_level(); -} - /** * Initialize 680x0 emulation */