summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/votrax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/votrax.h')
-rw-r--r--src/devices/sound/votrax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/votrax.h b/src/devices/sound/votrax.h
index 2779b42d5fe..bc6b32f5fb5 100644
--- a/src/devices/sound/votrax.h
+++ b/src/devices/sound/votrax.h
@@ -14,7 +14,7 @@
#define MCFG_VOTRAX_SC01_REQUEST_CB(_devcb) \
- devcb = &downcast<votrax_sc01_device *>(device)->set_ar_callback(DEVCB_##_devcb);
+ downcast<votrax_sc01_device *>(device)->set_ar_callback(DEVCB_##_devcb);
class votrax_sc01_device : public device_t,
public device_sound_interface