summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/eprom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/eprom.h')
-rw-r--r--src/mame/includes/eprom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/eprom.h b/src/mame/includes/eprom.h
index 375441dee4d..4ae11d35d18 100644
--- a/src/mame/includes/eprom.h
+++ b/src/mame/includes/eprom.h
@@ -30,8 +30,8 @@ public:
int m_video_disable;
UINT16 * m_sync_data;
int m_last_offset;
- virtual void update_interrupts();
- virtual void scanline_update(screen_device &screen, int scanline);
+ virtual void update_interrupts() override;
+ virtual void scanline_update(screen_device &screen, int scanline) override;
DECLARE_READ16_MEMBER(special_port1_r);
DECLARE_READ16_MEMBER(adc_r);
DECLARE_WRITE16_MEMBER(eprom_latch_w);