summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pcat_dyn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pcat_dyn.cpp')
-rw-r--r--src/mame/drivers/pcat_dyn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pcat_dyn.cpp b/src/mame/drivers/pcat_dyn.cpp
index 48aa679321b..55958f3d9ad 100644
--- a/src/mame/drivers/pcat_dyn.cpp
+++ b/src/mame/drivers/pcat_dyn.cpp
@@ -147,7 +147,7 @@ static DEVICE_INPUT_DEFAULTS_START( pcat_dyn_sb_def )
DEVICE_INPUT_DEFAULTS("CONFIG", 0x03, 0x01)
DEVICE_INPUT_DEFAULTS_END
-static MACHINE_CONFIG_FRAGMENT( pcat_dyn_sb_conf )
+static MACHINE_CONFIG_START( pcat_dyn_sb_conf )
MCFG_DEVICE_MODIFY("pc_joy")
MCFG_DEVICE_SLOT_INTERFACE(pc_joysticks, nullptr, true) // remove joystick
MACHINE_CONFIG_END