summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/x68k/x68k_scsiext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/x68k/x68k_scsiext.h')
-rw-r--r--src/devices/bus/x68k/x68k_scsiext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/x68k/x68k_scsiext.h b/src/devices/bus/x68k/x68k_scsiext.h
index 19dd534d88b..c3be3ab84b5 100644
--- a/src/devices/bus/x68k/x68k_scsiext.h
+++ b/src/devices/bus/x68k/x68k_scsiext.h
@@ -21,8 +21,8 @@ public:
// construction/destruction
x68k_scsiext_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_READ8_MEMBER(register_r);
- DECLARE_WRITE8_MEMBER(register_w);
+ uint8_t register_r(offs_t offset);
+ void register_w(offs_t offset, uint8_t data);
protected:
// device-level overrides