summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds75160a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ds75160a.h')
-rw-r--r--src/devices/machine/ds75160a.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/ds75160a.h b/src/devices/machine/ds75160a.h
index bdc03e9dc99..5e2498d28ad 100644
--- a/src/devices/machine/ds75160a.h
+++ b/src/devices/machine/ds75160a.h
@@ -40,8 +40,8 @@ public:
auto read_callback() { return m_read.bind(); }
auto write_callback() { return m_write.bind(); }
- DECLARE_READ8_MEMBER( read );
- DECLARE_WRITE8_MEMBER( write );
+ uint8_t read();
+ void write(uint8_t data);
DECLARE_WRITE_LINE_MEMBER( te_w );
DECLARE_WRITE_LINE_MEMBER( pe_w );