summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/tlc34076.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/tlc34076.h')
-rw-r--r--src/devices/video/tlc34076.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/tlc34076.h b/src/devices/video/tlc34076.h
index f5aa1d1403c..7c4b021bd27 100644
--- a/src/devices/video/tlc34076.h
+++ b/src/devices/video/tlc34076.h
@@ -41,8 +41,8 @@ public:
void set_bits(tlc34076_bits bits) { m_dacbits = bits; }
// public interface
- DECLARE_READ8_MEMBER(read);
- DECLARE_WRITE8_MEMBER(write);
+ u8 read(offs_t offset);
+ void write(offs_t offset, u8 data);
protected:
// device-level overrides