summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tx1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tx1.cpp')
-rw-r--r--src/mame/video/tx1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/tx1.cpp b/src/mame/video/tx1.cpp
index 246ac3a005a..019b007d18f 100644
--- a/src/mame/video/tx1.cpp
+++ b/src/mame/video/tx1.cpp
@@ -1113,7 +1113,7 @@ VIDEO_START_MEMBER(tx1_state,tx1)
m_interrupt_timer->adjust(m_screen->time_until_pos(CURSOR_YPOS, CURSOR_XPOS));
}
-void tx1_state::screen_eof_tx1(screen_device &screen, bool state)
+WRITE_LINE_MEMBER(tx1_state::screen_vblank_tx1)
{
// rising edge
if (state)
@@ -3017,7 +3017,7 @@ VIDEO_START_MEMBER(tx1_state,buggybjr)
m_interrupt_timer->adjust(m_screen->time_until_pos(CURSOR_YPOS, CURSOR_XPOS));
}
-void tx1_state::screen_eof_buggyboy(screen_device &screen, bool state)
+WRITE_LINE_MEMBER(tx1_state::screen_vblank_buggyboy)
{
// rising edge
if (state)