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 / am9511.h
index fa0b6f7..c49c03b 100644 (file)
@@ -48,7 +48,7 @@ private:
        void apu_write_command ( uint8_t cmd );
        
 public:
-       AM9511(VM_TEMPLATE* parent_vm, EMU* parent_emu) : DEVICE(parent_vm, parent_emu)
+       AM9511(VM_TEMPLATE* parent_vm, EMU_TEMPLATE* parent_emu) : DEVICE(parent_vm, parent_emu)
        {
                _APU_CLOCK = 1.0e6;
                set_device_name(_T("AM9511"));