summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/gio64/gio64.h
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2020-06-16 19:39:52 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2020-06-16 19:39:52 +0200
commit82de76205a136cdd60bdebb7a31a6c63c5cdc563 (patch)
tree989be68bc6b36994eda33393a9490daf343692f8 /src/devices/bus/gio64/gio64.h
parentda639365600fab4edad4b4ede11333cfd5da218a (diff)
finished removing read* and write* macros from the mame part of the tree. the devices tree will be next (nw)
Diffstat (limited to 'src/devices/bus/gio64/gio64.h')
-rw-r--r--src/devices/bus/gio64/gio64.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/bus/gio64/gio64.h b/src/devices/bus/gio64/gio64.h
index 65f75684ec7..df99dc70dd9 100644
--- a/src/devices/bus/gio64/gio64.h
+++ b/src/devices/bus/gio64/gio64.h
@@ -45,9 +45,6 @@ protected:
// configuration
required_device<gio64_device> m_gio64;
slot_type_t const m_slot_type;
-
- DECLARE_READ32_MEMBER(timeout_r);
- DECLARE_WRITE32_MEMBER(timeout_w);
};
DECLARE_DEVICE_TYPE(GIO64_SLOT, gio64_slot_device)