summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/2610intf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/2610intf.h')
-rw-r--r--src/devices/sound/2610intf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/2610intf.h b/src/devices/sound/2610intf.h
index 1a1515e081c..ff736e4890e 100644
--- a/src/devices/sound/2610intf.h
+++ b/src/devices/sound/2610intf.h
@@ -23,8 +23,8 @@ public:
virtual space_config_vector memory_space_config() const override;
- u8 read(offs_t offset);
- void write(offs_t offset, u8 data);
+ DECLARE_READ8_MEMBER( read );
+ DECLARE_WRITE8_MEMBER( write );
// update request from fm.cpp
static void update_request(device_t *param) { downcast<ym2610_device *>(param)->update_request(); }