summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/cat702.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/cat702.h')
-rw-r--r--src/mame/machine/cat702.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/cat702.h b/src/mame/machine/cat702.h
index 4c66568b817..4d25407e4a6 100644
--- a/src/mame/machine/cat702.h
+++ b/src/mame/machine/cat702.h
@@ -11,7 +11,7 @@
DECLARE_DEVICE_TYPE(CAT702, cat702_device)
#define MCFG_CAT702_DATAOUT_HANDLER(_devcb) \
- devcb = &downcast<cat702_device &>(*device).set_dataout_handler(DEVCB_##_devcb);
+ downcast<cat702_device &>(*device).set_dataout_handler(DEVCB_##_devcb);
class cat702_device : public device_t
{