summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/latch8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/latch8.h')
-rw-r--r--src/devices/machine/latch8.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/latch8.h b/src/devices/machine/latch8.h
index 1dac7dcc4c8..d940c84cfa7 100644
--- a/src/devices/machine/latch8.h
+++ b/src/devices/machine/latch8.h
@@ -104,8 +104,8 @@ private:
uint32_t m_xorvalue; /* after mask */
uint32_t m_nosync;
- devcb_write_line m_write_cb[8];
- devcb_read_line m_read_cb[8];
+ devcb_write_line::array<8> m_write_cb;
+ devcb_read_line::array<8> m_read_cb;
};
DECLARE_DEVICE_TYPE(LATCH8, latch8_device)