OSDN Git Service

[VM][General] Merge upstream 2016-02-13. Still don't implement OSD/Gui part of joysti...
[csp-qt/common_source_project-fm7.git] / source / src / vm / pc8801 / pc88.h
index 916a91e..4b0cd87 100644 (file)
@@ -215,8 +215,8 @@ private:
        
 #ifdef SUPPORT_PC88_JOYSTICK
        // joystick & mouse
-       uint32 *joystick_status;
-       int* mouse_status;
+       const uint32 *joystick_status;
+       const int* mouse_status;
        uint32 mouse_strobe_clock;
        uint32 mouse_strobe_clock_lim;
        int mouse_phase;