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 / rx78 / rx78.cpp
index 9aa06bf..70511da 100644 (file)
@@ -38,7 +38,7 @@ using RX78::VDP;
 // initialize
 // ----------------------------------------------------------------------------
 
-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;