OSDN Git Service

[VM][EMU] For ALL VMs/Devices; use EMU_TEMPLATE:: instead of EMU::.
[csp-qt/common_source_project-fm7.git] / source / src / vm / qc10 / display.h
index d33a176..36527d5 100644 (file)
@@ -10,8 +10,8 @@
 #ifndef _DISPLAY_H_
 #define _DISPLAY_H_
 
-#include "../vm.h"
-#include "../../emu.h"
+#include "../vm_template.h"
+#include "../../emu_template.h"
 #include "../device.h"
 
 #define VRAM_SIZE      0x20000
@@ -44,7 +44,7 @@ private:
        int blink;
        
 public:
-       DISPLAY(VM_TEMPLATE* parent_vm, EMU* parent_emu) : DEVICE(parent_vm, parent_emu)
+       DISPLAY(VM_TEMPLATE* parent_vm, EMU_TEMPLATE* parent_emu) : DEVICE(parent_vm, parent_emu)
        {
                set_device_name(_T("Display"));
        }