summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/chaos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/chaos.cpp')
-rw-r--r--src/mame/drivers/chaos.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/chaos.cpp b/src/mame/drivers/chaos.cpp
index 7c0c72ae3ac..01245e83d7f 100644
--- a/src/mame/drivers/chaos.cpp
+++ b/src/mame/drivers/chaos.cpp
@@ -53,7 +53,7 @@ public:
DECLARE_WRITE8_MEMBER(port92_w);
DECLARE_WRITE8_MEMBER(kbd_put);
UINT8 m_term_data;
- virtual void machine_reset();
+ virtual void machine_reset() override;
required_device<generic_terminal_device> m_terminal;
required_shared_ptr<UINT8> m_p_ram;
required_device<cpu_device> m_maincpu;