OSDN Git Service

[VM][Qt][UI][EMU][WIP] Use EMU_TEMPLATE:: instead of EMU:: . Some VMs are not apply...
[csp-qt/common_source_project-fm7.git] / source / src / vm / event.h
index 09a88c9..1970802 100644 (file)
@@ -117,7 +117,7 @@ private:
        bool initialize_done;
 #endif
 public:
-       EVENT(VM_TEMPLATE* parent_vm, EMU* parent_emu) : DEVICE(parent_vm, parent_emu)
+       EVENT(VM_TEMPLATE* parent_vm, EMU_TEMPLATE* parent_emu) : DEVICE(parent_vm, parent_emu)
        {
                dcount_cpu = dcount_sound = 0;
                frame_event_count = vline_event_count = 0;