summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mystston.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mystston.cpp')
-rw-r--r--src/mame/drivers/mystston.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mystston.cpp b/src/mame/drivers/mystston.cpp
index 691132bd391..b96583a93a0 100644
--- a/src/mame/drivers/mystston.cpp
+++ b/src/mame/drivers/mystston.cpp
@@ -46,7 +46,7 @@ void mystston_state::mystston_on_scanline_interrupt()
}
-WRITE8_MEMBER(mystston_state::irq_clear_w)
+void mystston_state::irq_clear_w(uint8_t data)
{
m_maincpu->set_input_line(0, CLEAR_LINE);
}
@@ -73,7 +73,7 @@ INPUT_CHANGED_MEMBER(mystston_state::coin_inserted)
*
*************************************/
-WRITE8_MEMBER(mystston_state::mystston_ay8910_select_w)
+void mystston_state::mystston_ay8910_select_w(uint8_t data)
{
/* bit 5 goes to 8910 #0 BDIR pin */
if (((*m_ay8910_select & 0x20) == 0x20) && ((data & 0x20) == 0x00))