summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/k056800.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/k056800.h')
-rw-r--r--src/devices/sound/k056800.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/k056800.h b/src/devices/sound/k056800.h
index aa05889234c..38d4902cfeb 100644
--- a/src/devices/sound/k056800.h
+++ b/src/devices/sound/k056800.h
@@ -18,7 +18,7 @@
MCFG_DEVICE_ADD((tag), K056800, (clock))
#define MCFG_K056800_INT_HANDLER(cb) \
- devcb = &downcast<k056800_device &>(*device).set_int_handler((DEVCB_##cb));
+ downcast<k056800_device &>(*device).set_int_handler((DEVCB_##cb));