summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/53c7xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/53c7xx.h')
-rw-r--r--src/devices/machine/53c7xx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/53c7xx.h b/src/devices/machine/53c7xx.h
index e6b846f0945..5adae84d790 100644
--- a/src/devices/machine/53c7xx.h
+++ b/src/devices/machine/53c7xx.h
@@ -28,8 +28,8 @@ public:
auto host_read() { return m_host_read.bind(); }
// our API
- DECLARE_READ32_MEMBER(read);
- DECLARE_WRITE32_MEMBER(write);
+ uint32_t read(offs_t offset, uint32_t mem_mask = ~0);
+ void write(offs_t offset, uint32_t data, uint32_t mem_mask = ~0);
protected:
// device-level overrides