summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/wd2010.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/wd2010.h')
-rw-r--r--src/devices/machine/wd2010.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/wd2010.h b/src/devices/machine/wd2010.h
index fdfc2c4462c..1617f886ed6 100644
--- a/src/devices/machine/wd2010.h
+++ b/src/devices/machine/wd2010.h
@@ -40,8 +40,8 @@ public:
auto in_tk000_callback() { return m_in_tk000_cb.bind(); }
auto in_sc_callback() { return m_in_sc_cb.bind(); }
- DECLARE_READ8_MEMBER( read );
- DECLARE_WRITE8_MEMBER( write );
+ uint8_t read(offs_t offset);
+ void write(offs_t offset, uint8_t data);
void buffer_ready(bool state);