OSDN Git Service

[VM][FM7] Fix FRAMERATE.Fix flicking with YS2 (/AV).
authorK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 19 Feb 2018 18:04:55 +0000 (03:04 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 19 Feb 2018 18:04:55 +0000 (03:04 +0900)
source/src/vm/fm7/fm7.h

index a65f458..5c4b867 100644 (file)
 // device informations for virtual machine
 
 // TODO: check refresh rate
-#define FRAMES_PER_SEC         60.00
+#define FRAMES_PER_SEC         60.0962 /* Related to display.cpp */ 
+//#define FRAMES_PER_SEC               60.00 /* Related to display.cpp */ 
 #if defined(_FM77AV40) || defined(_FM77AV40EX) || defined(_FM77AV40SX) || defined(_FM77L4)
 #define LINES_PER_FRAME        400
 #else