--- uae/src/include/native2amiga.h 2018/04/24 16:49:00 1.1.1.2 +++ uae/src/include/native2amiga.h 2018/04/24 17:12:50 1.1.1.3 @@ -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 do_uae_int_requested(void) +{ + uae_int_requested = 1; + set_uae_int_flag (); + INTREQ (0x8000 | 0x0008); +}