summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/atom.h')
-rw-r--r--src/mame/includes/atom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/atom.h b/src/mame/includes/atom.h
index bd7b2427897..e0db227bcba 100644
--- a/src/mame/includes/atom.h
+++ b/src/mame/includes/atom.h
@@ -85,7 +85,7 @@ public:
required_ioport m_y10;
required_ioport m_rpt;
- virtual void machine_start();
+ virtual void machine_start() override;
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void bankswitch();
@@ -130,7 +130,7 @@ public:
{
}
- virtual void machine_start();
+ virtual void machine_start() override;
DECLARE_READ8_MEMBER(eprom_r);
DECLARE_WRITE8_MEMBER(eprom_w);