OSDN Git Service

[VM][General][WIP] Apply new (Upstream 2016-02-21) APIs to VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / pc8201 / cmt.h
index 3a5f300..69b56a7 100644 (file)
@@ -49,7 +49,7 @@ public:
        // unique functions
        void rec_tape(const _TCHAR* file_path);
        void close_tape();
-       bool tape_inserted()
+       bool is_tape_inserted()
        {
                return rec;
        }