summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/gio64/gio64.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-02-07 15:28:57 +1100
committer Vas Crabb <vas@vastheman.com>2020-02-07 15:28:57 +1100
commit927906163401b32433f18d2d92c72f196bc1f7f8 (patch)
tree6f04e361cf1b575cee3d5afccdd4131ce16eba79 /src/devices/bus/gio64/gio64.h
parent8cc243d562ef07485c63becf6cf6545ef092fafa (diff)
sweeten most of the remaining arrays of delegates (nw)
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