OSDN Git Service

[VM] Add vm_template.h . This class, VM_TEMPLATE:: must be mother of VM:: .See fm7...
[csp-qt/common_source_project-fm7.git] / source / src / vm / ld700.h
index cb7968a..7113721 100644 (file)
@@ -62,7 +62,7 @@ private:
        void set_cur_track(int track);
        
 public:
-       LD700(VM* parent_vm, EMU* parent_emu) : DEVICE(parent_vm, parent_emu)
+       LD700(VM_TEMPLATE* parent_vm, EMU* parent_emu) : DEVICE(parent_vm, parent_emu)
        {
                initialize_output_signals(&outputs_exv);
                initialize_output_signals(&outputs_ack);