diff options
Diffstat (limited to 'src/devices/bus/nes_ctrl/hori.cpp')
-rw-r--r-- | src/devices/bus/nes_ctrl/hori.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/nes_ctrl/hori.cpp b/src/devices/bus/nes_ctrl/hori.cpp index 8869e7df481..17f9340449c 100644 --- a/src/devices/bus/nes_ctrl/hori.cpp +++ b/src/devices/bus/nes_ctrl/hori.cpp @@ -53,12 +53,12 @@ static SLOT_INTERFACE_START( hori_adapter ) SLOT_INTERFACE("joypad", NES_JOYPAD) SLOT_INTERFACE_END -static MACHINE_CONFIG_FRAGMENT( horitwin ) +static MACHINE_CONFIG_START( horitwin ) MCFG_FC_EXPANSION_PORT_ADD("port1", hori_adapter, "joypad") MCFG_FC_EXPANSION_PORT_ADD("port2", hori_adapter, "joypad") MACHINE_CONFIG_END -static MACHINE_CONFIG_FRAGMENT( hori4p ) +static MACHINE_CONFIG_START( hori4p ) MCFG_FC_EXPANSION_PORT_ADD("port1", hori_adapter, "joypad") MCFG_FC_EXPANSION_PORT_ADD("port2", hori_adapter, "joypad") MCFG_FC_EXPANSION_PORT_ADD("port3", hori_adapter, "joypad") |