summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sat_ctrl/ctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sat_ctrl/ctrl.h')
-rw-r--r--src/devices/bus/sat_ctrl/ctrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/sat_ctrl/ctrl.h b/src/devices/bus/sat_ctrl/ctrl.h
index 97c2897207a..d17bed9b067 100644
--- a/src/devices/bus/sat_ctrl/ctrl.h
+++ b/src/devices/bus/sat_ctrl/ctrl.h
@@ -34,7 +34,7 @@ public:
protected:
device_saturn_control_port_interface(const machine_config &mconfig, device_t &device);
- uint8_t m_ctrl_id = 0;
+ uint8_t m_ctrl_id;
saturn_control_port_device *m_port;
};