summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/big10.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/big10.cpp')
-rw-r--r--src/mame/drivers/big10.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/big10.cpp b/src/mame/drivers/big10.cpp
index be3858993f1..26b7c4c05e7 100644
--- a/src/mame/drivers/big10.cpp
+++ b/src/mame/drivers/big10.cpp
@@ -81,7 +81,7 @@ public:
UINT8 m_mux_data;
DECLARE_READ8_MEMBER(mux_r);
DECLARE_WRITE8_MEMBER(mux_w);
- virtual void machine_reset();
+ virtual void machine_reset() override;
DECLARE_WRITE_LINE_MEMBER(big10_vdp_interrupt);
required_device<cpu_device> m_maincpu;
required_ioport m_in1;