]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Stop the CPU to prevent repeating dialogs.
authorToni Wilen <twilen@winuae.net>
Fri, 3 Jun 2016 17:11:01 +0000 (20:11 +0300)
committerToni Wilen <twilen@winuae.net>
Fri, 3 Jun 2016 17:11:01 +0000 (20:11 +0300)
newcpu.cpp

index f806339800dd0eb1ccadc10952d8a1ed7799501c..4f9ffa5e0c27fbd805c015fa0cc3bb30a4669ce1 100644 (file)
@@ -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;
                }
        }