diff options
Diffstat (limited to 'src/devices/bus/coleco/controller/ctrl.h')
-rw-r--r-- | src/devices/bus/coleco/controller/ctrl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/bus/coleco/controller/ctrl.h b/src/devices/bus/coleco/controller/ctrl.h index 7c10ad1321a..6862f4d1380 100644 --- a/src/devices/bus/coleco/controller/ctrl.h +++ b/src/devices/bus/coleco/controller/ctrl.h @@ -9,8 +9,8 @@ **********************************************************************/ -#ifndef MAME_BUS_COLECO_CTRL_H -#define MAME_BUS_COLECO_CTRL_H +#ifndef MAME_BUS_COLECO_CONTROLLER_CTRL_H +#define MAME_BUS_COLECO_CONTROLLER_CTRL_H #pragma once @@ -74,7 +74,7 @@ public: protected: // device-level overrides - virtual void device_start() override; + virtual void device_start() override ATTR_COLD; device_colecovision_control_port_interface *m_device; @@ -89,4 +89,4 @@ DECLARE_DEVICE_TYPE(COLECOVISION_CONTROL_PORT, colecovision_control_port_device) void colecovision_control_port_devices(device_slot_interface &device); -#endif // MAME_BUS_COLECO_CTRL_H +#endif // MAME_BUS_COLECO_CONTROLLER_CTRL_H |