diff options
author | 2020-06-16 19:39:52 +0200 | |
---|---|---|
committer | 2020-06-16 19:39:52 +0200 | |
commit | 82de76205a136cdd60bdebb7a31a6c63c5cdc563 (patch) | |
tree | 989be68bc6b36994eda33393a9490daf343692f8 /src/devices/bus/gio64/gio64.h | |
parent | da639365600fab4edad4b4ede11333cfd5da218a (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.h | 3 |
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) |