summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/saa1043.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/saa1043.h')
-rw-r--r--src/devices/machine/saa1043.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/saa1043.h b/src/devices/machine/saa1043.h
index e601ebcf197..32591d58300 100644
--- a/src/devices/machine/saa1043.h
+++ b/src/devices/machine/saa1043.h
@@ -104,7 +104,7 @@ protected:
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
private:
- devcb_write_line m_outputs[OUT_COUNT];
+ devcb_write_line::array<OUT_COUNT> m_outputs;
bool m_outputs_hooked[OUT_COUNT];
emu_timer *m_timers[OUT_COUNT];
signal_type m_type;