summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/segasnd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/segasnd.h')
-rw-r--r--src/mame/audio/segasnd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/segasnd.h b/src/mame/audio/segasnd.h
index 70551a8e39b..8e0f902a13e 100644
--- a/src/mame/audio/segasnd.h
+++ b/src/mame/audio/segasnd.h
@@ -36,7 +36,7 @@ protected:
#define SEGASND_SEGASPEECH_REGION "segaspeech:speech"
#define MCFG_SEGASPEECH_INT_CALLBACK(_devcb) \
- devcb = &downcast<speech_sound_device&>(*device).set_int_cb(DEVCB_##_devcb);
+ downcast<speech_sound_device&>(*device).set_int_cb(DEVCB_##_devcb);
class speech_sound_device : public device_t, public device_sound_interface
{