summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namco51.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namco51.h')
-rw-r--r--src/mame/machine/namco51.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mame/machine/namco51.h b/src/mame/machine/namco51.h
index 67eafc3a026..0cd53948bf2 100644
--- a/src/mame/machine/namco51.h
+++ b/src/mame/machine/namco51.h
@@ -31,8 +31,8 @@ private:
// internal state
required_device<mb88_cpu_device> m_cpu;
required_device<screen_device> m_screen;
- devcb_read8 m_in[4];
- devcb_write8 m_out[2];
+ devcb_read8::array<4> m_in;
+ devcb_write8::array<2> m_out;
int32_t m_lastcoins;
int32_t m_lastbuttons;
@@ -48,5 +48,4 @@ private:
DECLARE_DEVICE_TYPE(NAMCO_51XX, namco_51xx_device)
-
#endif // NAMCO_51XX