summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/st0016.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/st0016.h')
-rw-r--r--src/devices/sound/st0016.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/st0016.h b/src/devices/sound/st0016.h
index 264a0536322..54da6678020 100644
--- a/src/devices/sound/st0016.h
+++ b/src/devices/sound/st0016.h
@@ -11,7 +11,7 @@
//**************************************************************************
#define MCFG_ST0016_SOUNDRAM_READ_CB(_devcb) \
- devcb = &downcast<st0016_device &>(*device).set_soundram_callback(DEVCB_##_devcb);
+ downcast<st0016_device &>(*device).set_soundram_callback(DEVCB_##_devcb);
//**************************************************************************
// TYPE DEFINITIONS