--- uae/src/include/native2amiga.h 2018/04/24 16:49:00 1.1.1.2 +++ uae/src/include/native2amiga.h 2018/04/24 17:14:42 1.1.1.4 @@ -5,7 +5,7 @@ * and without stack magic. * * Copyright 1999 Patrick Ohly - * + * * Uses the EXTER interrupt that is setup in filesys.c * and some of it needs thread support. */ @@ -51,3 +51,10 @@ void native2amiga_startup (void); * It's emptied via exter_int_helper by the EXTER interrupt. */ extern smp_comm_pipe native2amiga_pending; #endif + +STATIC_INLINE void do_uae_int_requested(void) +{ + uae_int_requested = 1; + set_uae_int_flag (); + INTREQ (0x8000 | 0x0008); +}