summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/gio64/gio64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/gio64/gio64.h')
-rw-r--r--src/devices/bus/gio64/gio64.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/gio64/gio64.h b/src/devices/bus/gio64/gio64.h
index 829c4e7c857..421fa2bf75d 100644
--- a/src/devices/bus/gio64/gio64.h
+++ b/src/devices/bus/gio64/gio64.h
@@ -149,7 +149,7 @@ protected:
device_gio64_card_interface *m_device_list[3];
private:
- devcb_write_line m_interrupt_cb[3];
+ devcb_write_line::array<3> m_interrupt_cb;
DECLARE_READ64_MEMBER(no_gfx_r);
DECLARE_READ64_MEMBER(no_exp0_r);
@@ -164,4 +164,4 @@ DECLARE_DEVICE_TYPE(GIO64, gio64_device)
void gio64_cards(device_slot_interface &device);
-#endif // MAME_BUS_GIO_GIO_H
+#endif // MAME_BUS_GIO_GIO_H