summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/grfd2301.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/grfd2301.cpp')
-rw-r--r--src/mame/drivers/grfd2301.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/grfd2301.cpp b/src/mame/drivers/grfd2301.cpp
index e03f9312c2d..cc9c16a74b2 100644
--- a/src/mame/drivers/grfd2301.cpp
+++ b/src/mame/drivers/grfd2301.cpp
@@ -44,7 +44,7 @@ public:
{ }
public:
- virtual void machine_reset();
+ virtual void machine_reset() override;
const UINT8 *m_p_chargen;
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
required_shared_ptr<UINT8> m_p_videoram;