summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nsm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/nsm.cpp')
-rw-r--r--src/mame/drivers/nsm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/nsm.cpp b/src/mame/drivers/nsm.cpp
index 6dd64bd7cc5..aef59d371cf 100644
--- a/src/mame/drivers/nsm.cpp
+++ b/src/mame/drivers/nsm.cpp
@@ -41,7 +41,7 @@ protected:
required_device<cpu_device> m_maincpu;
// driver_device overrides
- virtual void machine_reset();
+ virtual void machine_reset() override;
private:
UINT8 m_cru_data[9];
UINT8 m_cru_count;