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
This commit is contained in:
Michaël Banaan Ananas 2013-02-07 16:09:28 +00:00
parent b2e32e117e
commit 8a06e80089

View File

@ -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: