本文整理汇总了C++中INPUT_PORTS_NAME函数的典型用法代码示例。如果您正苦于以下问题:C++ INPUT_PORTS_NAME函数的具体用法?C++ INPUT_PORTS_NAME怎么用?C++ INPUT_PORTS_NAME使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了INPUT_PORTS_NAME函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C++代码示例。
示例1: INPUT_PORTS_NAME
INPUT_PORTS_END
ioport_constructor nes_karaokestudio_device::device_input_ports() const
{
return INPUT_PORTS_NAME( karaoke_mic );
}
示例2: INPUT_PORTS_NAME
INPUT_PORTS_END
ioport_constructor isa8_lpt_device::device_input_ports() const
{
return INPUT_PORTS_NAME( lpt_dsw );
}
示例3: INPUT_PORTS_NAME
INPUT_PORTS_END
ioport_constructor geneve_busmouse_device::device_input_ports() const
{
return INPUT_PORTS_NAME( busmouse );
}
示例4: INPUT_PORTS_NAME
INPUT_PORTS_END
ioport_constructor ti99_datamux_device::device_input_ports() const
{
return INPUT_PORTS_NAME(datamux);
}
示例5: INPUT_PORTS_NAME
ioport_constructor aha1542b_device::device_input_ports() const
{
return INPUT_PORTS_NAME(aha1542b);
}
示例6: INPUT_PORTS_NAME
INPUT_PORTS_END
ioport_constructor side116_device::device_input_ports() const
{
return INPUT_PORTS_NAME( side116 );
}
示例7: INPUT_PORTS_NAME
INPUT_PORTS_END
ioport_constructor a590_device::device_input_ports() const
{
return INPUT_PORTS_NAME( a590_pcb );
}
示例8: INPUT_PORTS_NAME
INPUT_PORTS_END
ioport_constructor pc_basic_joy_device::device_input_ports() const
{
return INPUT_PORTS_NAME( pc_joystick );
}
示例9: INPUT_PORTS_NAME
ioport_constructor at_keyboard_controller_device::device_input_ports() const
{
return INPUT_PORTS_NAME( at_keybc );
}
示例10: INPUT_PORTS_NAME
INPUT_PORTS_END
ioport_constructor qx10_keyboard_device::device_input_ports() const
{
return INPUT_PORTS_NAME(qx10_keyboard);
}
示例11: INPUT_PORTS_NAME
ioport_constructor isa8_ibm_mfc_device::device_input_ports() const
{
return INPUT_PORTS_NAME( ibm_mfc );
}
示例12: INPUT_PORTS_NAME
INPUT_PORTS_END
ioport_constructor serial_printer_device::device_input_ports() const
{
return INPUT_PORTS_NAME(serial_printer);
}
示例13: INPUT_PORTS_NAME
ioport_constructor pc_kbd_keytronic_pc3270_at_device::device_input_ports() const
{
return INPUT_PORTS_NAME( kb_keytronic_at );
}
示例14: INPUT_PORTS_NAME
ioport_constructor sc499_device::device_input_ports() const
{
return INPUT_PORTS_NAME( sc499_port );
}
示例15: INPUT_PORTS_NAME
ioport_constructor dmv_k235_device::device_input_ports() const
{
return INPUT_PORTS_NAME( dmv_k235 );
}