summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/chihiro.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/chihiro.cpp')
-rw-r--r--src/mame/drivers/chihiro.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/mame/drivers/chihiro.cpp b/src/mame/drivers/chihiro.cpp
index 32beb7c23ae..5ec11b46ef9 100644
--- a/src/mame/drivers/chihiro.cpp
+++ b/src/mame/drivers/chihiro.cpp
@@ -1867,12 +1867,10 @@ MACHINE_CONFIG_START(chihiro_state::chihiro_base)
MCFG_DEVICE_MODIFY(":pci:09.0:ide:1")
MCFG_DEVICE_SLOT_INTERFACE(ide_baseboard, "bb", true)
- MCFG_USB_PORT_ADD(":pci:02.0:port1", usb_baseboard, "an2131qc", true)
- MCFG_SLOT_OPTION_MACHINE_CONFIG("an2131qc", an2131qc_configuration)
- MCFG_USB_PORT_ADD(":pci:02.0:port2", usb_baseboard, "an2131sc", true)
- MCFG_SLOT_OPTION_MACHINE_CONFIG("an2131sc", an2131sc_configuration)
- MCFG_USB_PORT_ADD(":pci:02.0:port3", usb_baseboard, nullptr, false)
- MCFG_USB_PORT_ADD(":pci:02.0:port4", usb_baseboard, nullptr, false)
+ OHCI_USB_CONNECTOR(config, ":pci:02.0:port1", usb_baseboard, "an2131qc", true).set_option_machine_config("an2131qc", an2131qc_configuration);
+ OHCI_USB_CONNECTOR(config, ":pci:02.0:port2", usb_baseboard, "an2131sc", true).set_option_machine_config("an2131sc", an2131sc_configuration);
+ OHCI_USB_CONNECTOR(config, ":pci:02.0:port3", usb_baseboard, nullptr, false);
+ OHCI_USB_CONNECTOR(config, ":pci:02.0:port4", usb_baseboard, nullptr, false);
MCFG_DEVICE_ADD("jvs_master", JVS_MASTER, 0)
MCFG_SEGA_837_13551_DEVICE_ADD("837_13551", "jvs_master", ":TILT", ":P1", ":P2", ":A0", ":A1", ":A2", ":A3", ":A4", ":A5", ":A6", ":A7", ":OUTPUT")