summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tx0.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tx0.h')
-rw-r--r--src/mame/includes/tx0.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tx0.h b/src/mame/includes/tx0.h
index cdd436ee467..f946e2d72c2 100644
--- a/src/mame/includes/tx0.h
+++ b/src/mame/includes/tx0.h
@@ -162,7 +162,7 @@ public:
virtual void video_start() override;
DECLARE_PALETTE_INIT(tx0);
uint32_t screen_update_tx0(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void screen_eof_tx0(screen_device &screen, bool state);
+ DECLARE_WRITE_LINE_MEMBER(screen_vblank_tx0);
INTERRUPT_GEN_MEMBER(tx0_interrupt);
TIMER_CALLBACK_MEMBER(reader_callback);
TIMER_CALLBACK_MEMBER(puncher_callback);