From 4fd4400e4d288f34cc1545fdb43517196f73f3d5 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Fri, 3 Jun 2016 20:11:01 +0300 Subject: [PATCH] Stop the CPU to prevent repeating dialogs. --- newcpu.cpp | 2 ++ 1 file changed, 2 insertions(+) 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; } } -- 2.47.3