summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs96/i8x9x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mcs96/i8x9x.h')
-rw-r--r--src/devices/cpu/mcs96/i8x9x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/mcs96/i8x9x.h b/src/devices/cpu/mcs96/i8x9x.h
index 2d88877016e..4d0c78252d8 100644
--- a/src/devices/cpu/mcs96/i8x9x.h
+++ b/src/devices/cpu/mcs96/i8x9x.h
@@ -110,7 +110,7 @@ private:
u16 time;
};
- devcb_read16 m_ach_cb[8];
+ devcb_read16::array<8> m_ach_cb;
devcb_write8 m_hso_cb;
devcb_write8 m_serial_tx_cb;