summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mb89352.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mb89352.h')
-rw-r--r--src/devices/machine/mb89352.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/mb89352.h b/src/devices/machine/mb89352.h
index b9723b314d6..7454e63a352 100644
--- a/src/devices/machine/mb89352.h
+++ b/src/devices/machine/mb89352.h
@@ -21,8 +21,8 @@ public:
auto drq_cb() { return m_drq_cb.bind(); }
// any publically accessible interfaces needed for runtime
- DECLARE_READ8_MEMBER( mb89352_r );
- DECLARE_WRITE8_MEMBER( mb89352_w );
+ uint8_t mb89352_r(offs_t offset);
+ void mb89352_w(offs_t offset, uint8_t data);
void set_phase(int phase);