OSDN Git Service

[General] Merge upstream 2015-04-07.
[csp-qt/common_source_project-fm7.git] / source / src / vm / mz700 / mz700.h
index 107119d..93776ee 100644 (file)
@@ -202,7 +202,9 @@ public:
        void rec_tape(_TCHAR* file_path);
        void close_tape();
        bool tape_inserted();
+#if defined(USE_TAPE_PTR)
         int get_tape_ptr(void);
+#endif
        bool get_tape_play(void);
        void push_play();
        void push_stop();
@@ -217,8 +219,10 @@ public:
        void open_disk(int drv, _TCHAR* file_path, int bank);
        void close_disk(int drv);
        bool disk_inserted(int drv);
+# if defined(USE_DISK_WRITE_PROTECT)
        void write_protect_fd(int drv, bool flag);
        bool is_write_protect_fd(int drv);
+# endif
 #endif
        bool now_skip();