From 8a06e80089b9730225e55d3c368254c10a57b4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Thu, 7 Feb 2013 16:09:28 +0000 Subject: [PATCH] revert r20364: "screen: Screenless systems (like synths) tend to be latency-sensitive in their outputs. Increase their osd refresh rate to 1KHz [O. Galibert]" The solution needs to be rethought :) this one made (most?)screenless drivers slow down to a crawl --- src/emu/screen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/screen.h b/src/emu/screen.h index a00a525625d..634bff28c56 100644 --- a/src/emu/screen.h +++ b/src/emu/screen.h @@ -234,7 +234,7 @@ public: void update_burnin(); // globally accessible constants - static const int DEFAULT_FRAME_RATE = 1000; + static const int DEFAULT_FRAME_RATE = 60; static const attotime DEFAULT_FRAME_PERIOD; private: