summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/262intf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/262intf.h')
-rw-r--r--src/devices/sound/262intf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/262intf.h b/src/devices/sound/262intf.h
index 96d819b761b..816b2903831 100644
--- a/src/devices/sound/262intf.h
+++ b/src/devices/sound/262intf.h
@@ -13,8 +13,8 @@ public:
// configuration helpers
auto irq_handler() { return m_irq_handler.bind(); }
- DECLARE_READ8_MEMBER( read );
- DECLARE_WRITE8_MEMBER( write );
+ u8 read(offs_t offset);
+ void write(offs_t offset, u8 data);
protected:
// device-level overrides