diff options
author | 2019-07-11 23:42:15 +0200 | |
---|---|---|
committer | 2019-07-11 23:42:15 +0200 | |
commit | 9214a78d705f3b83c3ea45534cf1d8355c1cb9c5 (patch) | |
tree | 5b73fda7b339c0c1dcb111850fb66930602ae5d7 /src/devices/bus/sms_ctrl/rfu.cpp | |
parent | 4faa4fb12f04143f2a7ad6d17a3489c69da2960b (diff) | |
parent | cc5d4b93059522122cb534e599b92f8e8f51225c (diff) |
Merge branch 'master' of https://github.com/mamedev/mame
Diffstat (limited to 'src/devices/bus/sms_ctrl/rfu.cpp')
-rw-r--r-- | src/devices/bus/sms_ctrl/rfu.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/sms_ctrl/rfu.cpp b/src/devices/bus/sms_ctrl/rfu.cpp index 1b13fc3e921..b8e991e71d3 100644 --- a/src/devices/bus/sms_ctrl/rfu.cpp +++ b/src/devices/bus/sms_ctrl/rfu.cpp @@ -135,5 +135,6 @@ WRITE_LINE_MEMBER( sms_rapid_fire_device::th_pin_w ) void sms_rapid_fire_device::device_add_mconfig(machine_config &config) { SMS_CONTROL_PORT(config, m_subctrl_port, sms_control_port_devices, "joypad"); + m_subctrl_port->set_screen_tag(m_port->m_screen); m_subctrl_port->th_input_handler().set(FUNC(sms_rapid_fire_device::th_pin_w)); } |