示例#1
0
 //-------------------------------------------------
 //  device_add_mconfig - add machine configuration
 //-------------------------------------------------
 protected override void device_add_mconfig(machine_config config)
 {
     m_system.machine_creator(config, this);
 }
示例#2
0
 //-------------------------------------------------
 //  device_add_mconfig - add machine configuration
 //-------------------------------------------------
 protected override void device_add_mconfig(machine_config config)
 {
     assert(m_system != null);
     m_system.machine_creator(config, this);
 }