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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/315_5313.h b/src/devices/video/315_5313.h
index 565f5d06f09..23bd51f3f33 100644
--- a/src/devices/video/315_5313.h
+++ b/src/devices/video/315_5313.h
@@ -73,8 +73,8 @@ public:
TIMER_CALLBACK_MEMBER(irq4_on_timer_callback);
void vdp_handle_eof();
void device_reset_old();
- void vdp_clear_irq6_pending() { m_irq6_pending = 0; };
- void vdp_clear_irq4_pending() { m_irq4_pending = 0; };
+ void vdp_clear_irq6_pending() { m_irq6_pending = 0; }
+ void vdp_clear_irq4_pending() { m_irq4_pending = 0; }
// set some VDP variables at start (shall be moved to a device interface?)
void set_scanline_counter(int scanline) { m_scanline_counter = scanline; }