summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i8243.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i8243.h')
-rw-r--r--src/devices/machine/i8243.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/i8243.h b/src/devices/machine/i8243.h
index d6f7d72a0e2..53c46358567 100644
--- a/src/devices/machine/i8243.h
+++ b/src/devices/machine/i8243.h
@@ -64,12 +64,12 @@ private:
bool m_prog; // previous PROG state
bool m_cs; // chip select
- devcb_read8 m_readhandler[4];
- devcb_write8 m_writehandler[4];
+ devcb_read8::array<4> m_readhandler;
+ devcb_write8::array<4> m_writehandler;
};
// device type definition
DECLARE_DEVICE_TYPE(I8243, i8243_device)
-#endif /* __I8243_H__ */
+#endif // MAME_MACHINE_I8243_H