summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namco65.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namco65.h')
-rw-r--r--src/mame/machine/namco65.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/namco65.h b/src/mame/machine/namco65.h
index 017387f8c58..bb53c3533d1 100644
--- a/src/mame/machine/namco65.h
+++ b/src/mame/machine/namco65.h
@@ -59,8 +59,8 @@ private:
devcb_read8 m_in_ph_cb;
devcb_read8 m_in_pdsw_cb;
- devcb_read8 m_port_analog_in_cb[8];
- devcb_read8 m_port_dial_in_cb[4];
+ devcb_read8::array<8> m_port_analog_in_cb;
+ devcb_read8::array<4> m_port_dial_in_cb;
devcb_read8 m_dp_in;
devcb_write8 m_dp_out;