summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/atarigen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/atarigen.h')
-rw-r--r--src/mame/machine/atarigen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/atarigen.h b/src/mame/machine/atarigen.h
index 56edee0ec77..f7a17481c2a 100644
--- a/src/mame/machine/atarigen.h
+++ b/src/mame/machine/atarigen.h
@@ -35,7 +35,7 @@
#define MCFG_ATARI_SOUND_COMM_ADD(_tag, _soundcpu, _intcb) \
MCFG_DEVICE_ADD(_tag, ATARI_SOUND_COMM, 0) \
downcast<atari_sound_comm_device &>(*device).set_sound_cpu(_soundcpu); \
- devcb = &downcast<atari_sound_comm_device &>(*device).set_main_int_cb(DEVCB_##_intcb);
+ downcast<atari_sound_comm_device &>(*device).set_main_int_cb(DEVCB_##_intcb);