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 / ay_3_891x.h
index 01ffdd7..c977617 100644 (file)
@@ -72,7 +72,7 @@ private:
        void update_event();
        
 public:
-       AY_3_891X(VM* parent_vm, EMU* parent_emu) : DEVICE(parent_vm, parent_emu)
+       AY_3_891X(VM_TEMPLATE* parent_vm, EMU* parent_emu) : DEVICE(parent_vm, parent_emu)
        {
 #ifdef SUPPORT_AY_3_891X_PORT
                for(int i = 0; i < 2; i++) {