diff options
Diffstat (limited to 'src/devices/bus/nes_ctrl/joypad.cpp')
-rw-r--r-- | src/devices/bus/nes_ctrl/joypad.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/nes_ctrl/joypad.cpp b/src/devices/bus/nes_ctrl/joypad.cpp index b0c9617cec6..7a78d08f2c7 100644 --- a/src/devices/bus/nes_ctrl/joypad.cpp +++ b/src/devices/bus/nes_ctrl/joypad.cpp @@ -149,7 +149,7 @@ SLOT_INTERFACE_END static MACHINE_CONFIG_FRAGMENT( arcstick ) // expansion port to allow daisy chaining - MCFG_FC_EXPANSION_PORT_ADD("subexp", arcstick_daisy, NULL) + MCFG_FC_EXPANSION_PORT_ADD("subexp", arcstick_daisy, nullptr) MACHINE_CONFIG_END |