From: Toni Wilen Date: Fri, 3 Jun 2016 17:11:01 +0000 (+0300) Subject: Stop the CPU to prevent repeating dialogs. X-Git-Tag: 3300~5 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=4fd4400e4d288f34cc1545fdb43517196f73f3d5;p=francis%2Fwinuae.git Stop the CPU to prevent repeating dialogs. --- diff --git a/newcpu.cpp b/newcpu.cpp index f8063398..4f9ffa5e 100644 --- a/newcpu.cpp +++ b/newcpu.cpp @@ -3128,6 +3128,8 @@ uae_u32 REGPARAM2 op_illg (uae_u32 opcode) if (get_long (0x10) == 0) { notify_user (NUMSG_KS68020); uae_restart (-1, NULL); + m68k_setstopped(); + return 4; } }