OSDN Git Service

[VM][General] Apply Upstream 2018-10-07.Still WIP.
[csp-qt/common_source_project-fm7.git] / source / src / vm / msx / msx_ex.h
index 8067320..85032be 100644 (file)
 // device informations for win32
 #define USE_CART               2
 #define USE_TAPE               1
-#define USE_TAPE_BUTTON
 #if defined(LDC_SLOT)
 #define USE_LASER_DISC         1
 #define USE_MOVIE_PLAYER
 #if defined(FDD_PATCH_SLOT)
 #define USE_FLOPPY_DISK                2
 #endif
-#define USE_ALT_F10_KEY
 #define USE_AUTO_KEY           6
 #define USE_AUTO_KEY_RELEASE   10
 #if defined(_PX7)
@@ -371,6 +369,10 @@ public:
        // drive virtual machine
        void reset();
        void run();
+       double get_frame_rate()
+       {
+               return FRAMES_PER_SEC;
+       }
        
 #ifdef USE_DEBUGGER
        // debugger