OSDN Git Service

[General] Merge Updtream 2017-03-15 . Still not build all of VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / rx78 / rx78.cpp
index d57a821..dc6c86c 100644 (file)
@@ -255,6 +255,11 @@ int VM::get_tape_position()
        return drec->get_tape_position();
 }
 
+const _TCHAR* VM::get_tape_message()
+{
+       return drec->get_message();
+}
+
 bool VM::is_frame_skippable()
 {
        return event->is_frame_skippable();