OSDN Git Service

[General] Merge upstream 2018-05-24. Still not test to build, will test.
[csp-qt/common_source_project-fm7.git] / source / src / vm / pc8201 / cmt.h
index 114e606..2721997 100644 (file)
@@ -56,6 +56,18 @@ public:
        {
                return rec;
        }
+       bool is_tape_playing()
+       {
+               return false;
+       }
+       bool is_tape_recording()
+       {
+               return rec && remote;
+       }
+       int get_tape_position()
+       {
+               return 0;
+       }
 };
 
 #endif