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 / sn76489an.h
index f81b64c..0debbbc 100644 (file)
@@ -44,7 +44,7 @@ private:
        uint32_t _NOISE_DST_TAP;
        uint32_t _NOISE_SRC_TAP;
 public:
-       SN76489AN(VM* parent_vm, EMU* parent_emu) : DEVICE(parent_vm, parent_emu)
+       SN76489AN(VM_TEMPLATE* parent_vm, EMU* parent_emu) : DEVICE(parent_vm, parent_emu)
        {
                volume_l = volume_r = 1024;
 //#ifdef HAS_SN76489