summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/stadhero.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/stadhero.cpp')
-rw-r--r--src/mame/drivers/stadhero.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/stadhero.cpp b/src/mame/drivers/stadhero.cpp
index 0c9bca18345..6927e2c6a00 100644
--- a/src/mame/drivers/stadhero.cpp
+++ b/src/mame/drivers/stadhero.cpp
@@ -103,7 +103,7 @@
/******************************************************************************/
-WRITE16_MEMBER(stadhero_state::int_ack_w)
+void stadhero_state::int_ack_w(uint16_t data)
{
m_maincpu->set_input_line(M68K_IRQ_5, CLEAR_LINE);
}