summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/vrc6.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/vrc6.h')
-rw-r--r--src/devices/sound/vrc6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/vrc6.h b/src/devices/sound/vrc6.h
index dbcd5152c3b..a24d34a90c4 100644
--- a/src/devices/sound/vrc6.h
+++ b/src/devices/sound/vrc6.h
@@ -24,7 +24,7 @@ public:
// construction/destruction
vrc6snd_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_WRITE8_MEMBER(write);
+ void write(offs_t offset, uint8_t data);
protected:
// device-level overrides