summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/jvshost.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/jvshost.h')
-rw-r--r--src/devices/machine/jvshost.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/jvshost.h b/src/devices/machine/jvshost.h
index 872e8a774e5..a52c2d0fdf0 100644
--- a/src/devices/machine/jvshost.h
+++ b/src/devices/machine/jvshost.h
@@ -15,8 +15,8 @@ public:
protected:
// device-level overrides
- virtual void device_start();
- virtual void device_reset();
+ virtual void device_start() override;
+ virtual void device_reset() override;
void push(UINT8 val);