summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/decocpu6.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/decocpu6.h')
-rw-r--r--src/mame/machine/decocpu6.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/machine/decocpu6.h b/src/mame/machine/decocpu6.h
index 678338027fc..27279a6cbe1 100644
--- a/src/mame/machine/decocpu6.h
+++ b/src/mame/machine/decocpu6.h
@@ -13,11 +13,11 @@ protected:
class mi_decrypt : public mi_default_normal {
public:
virtual ~mi_decrypt() {}
- virtual UINT8 read_sync(UINT16 adr);
+ virtual UINT8 read_sync(UINT16 adr) override;
};
- virtual void device_start();
- virtual void device_reset();
+ virtual void device_start() override;
+ virtual void device_reset() override;
};