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 / pc100 / ioctrl.h
index 133b9d6..c96cc98 100644 (file)
@@ -22,8 +22,8 @@ class IOCTRL : public DEVICE
 {
 private:
        DEVICE *d_pic, *d_fdc, *d_beep, *d_pcm;
-       uint8* key_stat;
-       int* mouse_stat;
+       const uint8* key_stat;
+       const int* mouse_stat;
        
        bool caps, kana;
        FIFO* key_buf;