Previous 199869 Revisions Next

r20805 Thursday 7th February, 2013 at 16:09:28 UTC by hap
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

trunk/src/emu/screen.h
r20804r20805
234234   void update_burnin();
235235
236236   // globally accessible constants
237   static const int DEFAULT_FRAME_RATE = 1000;
237   static const int DEFAULT_FRAME_RATE = 60;
238238   static const attotime DEFAULT_FRAME_PERIOD;
239239
240240private:

Previous 199869 Revisions Next


© 1997-2024 The MAME Team