summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/tvc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/tvc.h')
-rw-r--r--src/mame/audio/tvc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/tvc.h b/src/mame/audio/tvc.h
index b91a103d784..4555598bca7 100644
--- a/src/mame/audio/tvc.h
+++ b/src/mame/audio/tvc.h
@@ -12,7 +12,7 @@
#pragma once
#define MCFG_TVC_SOUND_SNDINT_CALLBACK(_write) \
- devcb = &downcast<tvc_sound_device &>(*device).set_sndint_wr_callback(DEVCB_##_write);
+ downcast<tvc_sound_device &>(*device).set_sndint_wr_callback(DEVCB_##_write);
//**************************************************************************
// TYPE DEFINITIONS