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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/chihiro.cpp b/src/mame/drivers/chihiro.cpp
index 8dd17281f4c..2de03b02cc7 100644
--- a/src/mame/drivers/chihiro.cpp
+++ b/src/mame/drivers/chihiro.cpp
@@ -1797,11 +1797,11 @@ SLOT_INTERFACE_START(usb_baseboard)
SLOT_INTERFACE("xbox_controller", OHCI_GAME_CONTROLLER)
SLOT_INTERFACE_END
-static MACHINE_CONFIG_FRAGMENT(an2131qc_configuration)
+static MACHINE_CONFIG_START(an2131qc_configuration)
MCFG_OHCI_HLEAN2131QC_REGION(":others", 0)
MACHINE_CONFIG_END
-static MACHINE_CONFIG_FRAGMENT(an2131sc_configuration)
+static MACHINE_CONFIG_START(an2131sc_configuration)
MCFG_OHCI_HLEAN2131SC_REGION(":others", 0x2080)
MACHINE_CONFIG_END