summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/cxd1095.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/cxd1095.h')
-rw-r--r--src/devices/machine/cxd1095.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/cxd1095.h b/src/devices/machine/cxd1095.h
index 8327d99c1f7..3c7d6ce46bc 100644
--- a/src/devices/machine/cxd1095.h
+++ b/src/devices/machine/cxd1095.h
@@ -75,8 +75,8 @@ protected:
private:
// input/output callbacks
- devcb_read8 m_input_cb[5];
- devcb_write8 m_output_cb[5];
+ devcb_read8::array<5> m_input_cb;
+ devcb_write8::array<5> m_output_cb;
// internal state
u8 m_data_latch[5];