summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/pokey.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/pokey.h')
-rw-r--r--src/devices/sound/pokey.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/pokey.h b/src/devices/sound/pokey.h
index 4a373b2d1f7..75a62df413f 100644
--- a/src/devices/sound/pokey.h
+++ b/src/devices/sound/pokey.h
@@ -278,7 +278,7 @@ private:
uint32_t m_p9; /* poly9 index */
uint32_t m_p17; /* poly17 index */
- devcb_read8 m_pot_r_cb[8];
+ devcb_read8::array<8> m_pot_r_cb;
devcb_read8 m_allpot_r_cb;
devcb_read8 m_serin_r_cb;
devcb_write8 m_serout_w_cb;