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 / hd46505.h
index 7e045c2..81be796 100644 (file)
@@ -63,7 +63,7 @@ private:
        void set_hsync(bool val);
        
 public:
-       HD46505(VM* parent_vm, EMU* parent_emu) : DEVICE(parent_vm, parent_emu)
+       HD46505(VM_TEMPLATE* parent_vm, EMU* parent_emu) : DEVICE(parent_vm, parent_emu)
        {
                initialize_output_signals(&outputs_disp);
                initialize_output_signals(&outputs_vblank);