summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/i5000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/i5000.h')
-rw-r--r--src/devices/sound/i5000.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/i5000.h b/src/devices/sound/i5000.h
index f3891f2730f..9a9a8efb3af 100644
--- a/src/devices/sound/i5000.h
+++ b/src/devices/sound/i5000.h
@@ -25,8 +25,8 @@ public:
// construction/destruction
i5000snd_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_READ16_MEMBER(read);
- DECLARE_WRITE16_MEMBER(write);
+ uint16_t read(offs_t offset);
+ void write(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
protected:
// device-level overrides