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 / babbage2nd / babbage2nd.h
index 1c32935..762368e 100644 (file)
@@ -125,7 +125,7 @@ public:
        // initialize
        // ----------------------------------------
        
-       VM(EMU* parent_emu);
+       VM(EMU_TEMPLATE* parent_emu);
        ~VM();
        
        // ----------------------------------------