From 1accd84e36e8f5bc1891ff147b8260e47dd87121 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Sun, 30 May 2004 23:12:20 +0000 Subject: [PATCH] Fixed a frameskipping bug in the dos port --- zsnes/src/video/copyvid.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/video/copyvid.inc b/zsnes/src/video/copyvid.inc index 30b98888..43f62bab 100644 --- a/zsnes/src/video/copyvid.inc +++ b/zsnes/src/video/copyvid.inc @@ -419,7 +419,7 @@ ScreenShow: cmp byte[cvidmode],18 je near copyvesa2800x600x16b cmp byte[curblank],40h - je .startcopy + jne .startcopy inc byte[curfps2] ; call sounddisplay call hextestoutput