Previous 199869 Revisions Next

r20364 Sunday 20th January, 2013 at 09:34:16 UTC by O. Galibert
screen: Screenless systems (like synths) tend to be latency-sensitive in their outputs.  Increase their osd refresh rate to 1KHz [O. Galibert]
[src/emu]screen.h

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

Previous 199869 Revisions Next


© 1997-2024 The MAME Team