summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aristmk6.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/aristmk6.cpp')
-rw-r--r--src/mame/drivers/aristmk6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/aristmk6.cpp b/src/mame/drivers/aristmk6.cpp
index 83e791d6c2d..8351944fc8b 100644
--- a/src/mame/drivers/aristmk6.cpp
+++ b/src/mame/drivers/aristmk6.cpp
@@ -44,7 +44,7 @@ public:
DECLARE_READ8_MEMBER(test_r);
DECLARE_WRITE64_MEMBER(eeprom_w);
DECLARE_READ64_MEMBER(hwver_r);
- virtual void video_start();
+ virtual void video_start() override;
UINT32 screen_update_aristmk6(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
required_device<cpu_device> m_maincpu;
required_device<ns16550_device> m_uart0;