--- uae/src/rpc.c 2018/04/24 16:39:56 1.1 +++ uae/src/rpc.c 2018/04/24 16:56:32 1.1.1.2 @@ -576,7 +576,7 @@ void gui_messagereceive(void) case message_QUIT: if(uae_startedup) { - regs.spcflags |= SPCFLAG_BRK; + set_special (SPCFLAG_BRK); quit_program=1; uae_running=1; }