]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Pause LDP after repeat command has finished
authorToni Wilen <twilen@winuae.net>
Wed, 19 Jun 2024 19:48:20 +0000 (22:48 +0300)
committerToni Wilen <twilen@winuae.net>
Wed, 19 Jun 2024 19:48:20 +0000 (22:48 +0300)
arcadia.cpp

index 0bd5c878949ab23c7d240a858a865281a0b2d0ee..99cf357405a3e04701e86cd1ce2ab70286d4e715 100644 (file)
@@ -1213,6 +1213,9 @@ static void alg_vsync(void)
                                                                write_log(_T("LD: Repeat complete\n"));
                                                        }
                                                        ld_repcnt = -1;
+                                                       ld_mode = LD_MODE_STILL;
+                                                       ld_direction = 0;
+                                                       pausevideograb(1);
                                                } else {
                                                        ld_address = ld_startaddress;
                                                        getsetpositionvideograb(ld_address);