summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pc9801_cbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pc9801_cbus.h')
-rw-r--r--src/mame/machine/pc9801_cbus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/pc9801_cbus.h b/src/mame/machine/pc9801_cbus.h
index b8d874dcf7a..2a7ca5e33e1 100644
--- a/src/mame/machine/pc9801_cbus.h
+++ b/src/mame/machine/pc9801_cbus.h
@@ -61,8 +61,8 @@ public:
pc9801_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
// device-level overrides
- virtual void device_start();
- virtual void device_config_complete();
+ virtual void device_start() override;
+ virtual void device_config_complete() override;
//private:
// device_pc9801_slot_card_interface *m_card;