summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/macpds/hyperdrive.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/macpds/hyperdrive.h')
-rw-r--r--src/devices/bus/macpds/hyperdrive.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/macpds/hyperdrive.h b/src/devices/bus/macpds/hyperdrive.h
index 9d8000b1c88..7b2d4491212 100644
--- a/src/devices/bus/macpds/hyperdrive.h
+++ b/src/devices/bus/macpds/hyperdrive.h
@@ -42,8 +42,8 @@ private:
DECLARE_READ16_MEMBER(hyperdrive_r);
DECLARE_WRITE16_MEMBER(hyperdrive_w);
- DECLARE_READ8_MEMBER(hdd_r);
- DECLARE_WRITE8_MEMBER(hdd_w);
+ uint8_t hdd_r(offs_t offset);
+ void hdd_w(offs_t offset, uint8_t data);
};