summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/315_5313.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/315_5313.h')
-rw-r--r--src/devices/video/315_5313.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/video/315_5313.h b/src/devices/video/315_5313.h
index d7ca05ee2e6..dc897265009 100644
--- a/src/devices/video/315_5313.h
+++ b/src/devices/video/315_5313.h
@@ -214,10 +214,10 @@ public:
int get_scanline_counter();
- void render_scanline();
+ TIMER_CALLBACK_MEMBER(render_scanline);
void vdp_handle_scanline_callback(int scanline);
- void vdp_handle_irq6_on_timer_callback(int param);
- void vdp_handle_irq4_on_timer_callback(int param);
+ TIMER_CALLBACK_MEMBER(irq6_on_timer_callback);
+ TIMER_CALLBACK_MEMBER(irq4_on_timer_callback);
void vdp_handle_eof();
void device_reset_old();
void vdp_clear_irq6_pending(void) { m_irq6_pending = 0; };