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 / fp1100 / fp1100.cpp
index 0452387..42d91db 100644 (file)
@@ -41,7 +41,7 @@ using FP1100::FDCPACK;
 using FP1100::RAMPACK;
 using FP1100::ROMPACK;
 
-VM::VM(EMU* parent_emu) : VM_TEMPLATE(parent_emu)
+VM::VM(EMU_TEMPLATE* parent_emu) : VM_TEMPLATE(parent_emu)
 {
        // create devices
        first_device = last_device = NULL;