OSDN Git Service

[VM] Add vm_template.h . This class, VM_TEMPLATE:: must be mother of VM:: .See fm7...
[csp-qt/common_source_project-fm7.git] / source / src / vm / tms9995.h
index f7b26c9..363fcd2 100644 (file)
@@ -115,7 +115,7 @@ private:
        inline uint16_t setst_sla_laeco(uint16_t a, uint16_t c);
        
 public:
-       TMS9995(VM* parent_vm, EMU* parent_emu) : DEVICE(parent_vm, parent_emu)
+       TMS9995(VM_TEMPLATE* parent_vm, EMU* parent_emu) : DEVICE(parent_vm, parent_emu)
        {
                // init registers
 #ifdef USE_DEBUGGER