summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/intv_ctrl/ecs_ctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/intv_ctrl/ecs_ctrl.h')
-rw-r--r--src/devices/bus/intv_ctrl/ecs_ctrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/intv_ctrl/ecs_ctrl.h b/src/devices/bus/intv_ctrl/ecs_ctrl.h
index 10db91f0118..77fdfc72a92 100644
--- a/src/devices/bus/intv_ctrl/ecs_ctrl.h
+++ b/src/devices/bus/intv_ctrl/ecs_ctrl.h
@@ -152,7 +152,7 @@ protected:
virtual void write_portA(uint8_t data) override;
private:
- uint8_t m_psg_portA = 0;
+ uint8_t m_psg_portA;
required_ioport_array<7> m_synth;
};