summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/vlm5030.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/vlm5030.h')
-rw-r--r--src/devices/sound/vlm5030.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/vlm5030.h b/src/devices/sound/vlm5030.h
index af5f6dbc75b..adbd9173c2b 100644
--- a/src/devices/sound/vlm5030.h
+++ b/src/devices/sound/vlm5030.h
@@ -14,7 +14,7 @@ public:
DECLARE_READ_LINE_MEMBER( bsy );
/* latch contoll data */
- DECLARE_WRITE8_MEMBER( data_w );
+ void data_w(uint8_t data);
/* set RST pin level : reset / set table address A8-A15 */
DECLARE_WRITE_LINE_MEMBER( rst );