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 / pasopia7 / keyboard.h
index e2dc743..c0a562d 100644 (file)
@@ -21,7 +21,7 @@ class KEYBOARD : public DEVICE
 private:
        DEVICE* d_pio;
        
-       uint8* key_stat;
+       const uint8* key_stat;
        void create_key();
        uint8 sel;