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 c0f8429a1a3..40a75009e22 100644
--- a/src/devices/machine/jvshost.h
+++ b/src/devices/machine/jvshost.h
@@ -16,8 +16,8 @@ protected:
jvs_host(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);
// device-level overrides
- virtual void device_start() override;
- virtual void device_reset() override;
+ virtual void device_start() override ATTR_COLD;
+ virtual void device_reset() override ATTR_COLD;
void push(uint8_t val);
void commit_raw();