summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mystwarr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mystwarr.cpp')
-rw-r--r--src/mame/drivers/mystwarr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mystwarr.cpp b/src/mame/drivers/mystwarr.cpp
index 8e2f2a44f45..b1e0dd08da0 100644
--- a/src/mame/drivers/mystwarr.cpp
+++ b/src/mame/drivers/mystwarr.cpp
@@ -549,7 +549,7 @@ void mystwarr_state::gaiapols_map(address_map &map)
/**********************************************************************************/
-WRITE8_MEMBER(mystwarr_state::sound_ctrl_w)
+void mystwarr_state::sound_ctrl_w(uint8_t data)
{
if (!(data & 0x10))
m_soundcpu->set_input_line(INPUT_LINE_NMI, CLEAR_LINE);