summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/m2comm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/m2comm.h')
-rw-r--r--src/mame/machine/m2comm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/machine/m2comm.h b/src/mame/machine/m2comm.h
index 708efa2ae34..8566f2cdd33 100644
--- a/src/mame/machine/m2comm.h
+++ b/src/mame/machine/m2comm.h
@@ -23,7 +23,7 @@ public:
m2comm_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
// optional information overrides
- virtual machine_config_constructor device_mconfig_additions() const;
+ virtual machine_config_constructor device_mconfig_additions() const override;
// single bit registers (74LS74)
DECLARE_READ8_MEMBER(zfg_r);
@@ -53,8 +53,8 @@ public:
protected:
// device-level overrides
- virtual void device_start();
- virtual void device_reset();
+ virtual void device_start() override;
+ virtual void device_reset() override;
private:
UINT8 m_shared[0x4000]; // 16k shared memory