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 / pasopia / pac2dev.h
index 5e3246a..ec8263f 100644 (file)
@@ -12,7 +12,7 @@
 #define _PAC2DEV_H_
 
 #include "../vm_template.h"
-#include "../../emu.h"
+#include "../../emu_template.h"
 
 namespace PASOPIA {
 
@@ -20,10 +20,10 @@ class PAC2DEV
 {
 protected:
        VM* vm;
-       EMU* emu;
+       EMU_TEMPLATE* emu;
        
 public:
-       PAC2DEV(VM_TEMPLATE* parent_vm, EMU* parent_emu) : vm((VM *)parent_vm), emu(parent_emu)
+       PAC2DEV(VM_TEMPLATE* parent_vm, EMU_TEMPLATE* parent_emu) : vm((VM *)parent_vm), emu(parent_emu)
        {
                set_device_name(_T("PAC2 Base Device"));
        }