summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/t6721a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/t6721a.h')
-rw-r--r--src/devices/sound/t6721a.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/t6721a.h b/src/devices/sound/t6721a.h
index ebc7ea6924e..0342cbaad84 100644
--- a/src/devices/sound/t6721a.h
+++ b/src/devices/sound/t6721a.h
@@ -53,8 +53,8 @@ public:
auto dtrd_handler() { return m_write_dtrd.bind(); }
auto apd_handler() { return m_write_apd.bind(); }
- uint8_t read();
- void write(uint8_t data);
+ DECLARE_READ8_MEMBER( read );
+ DECLARE_WRITE8_MEMBER( write );
DECLARE_WRITE_LINE_MEMBER( di_w );