summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/mmc2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes/mmc2.h')
-rw-r--r--src/devices/bus/nes/mmc2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/nes/mmc2.h b/src/devices/bus/nes/mmc2.h
index 3008d9b3425..d127aafec2f 100644
--- a/src/devices/bus/nes/mmc2.h
+++ b/src/devices/bus/nes/mmc2.h
@@ -38,7 +38,7 @@ public:
nes_fxrom_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
// device-level overrides
- virtual DECLARE_WRITE8_MEMBER(write_h);
+ virtual DECLARE_WRITE8_MEMBER(write_h) override;
virtual void pcb_reset() override;
};