summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/s2636.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/s2636.h')
-rw-r--r--src/devices/machine/s2636.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/s2636.h b/src/devices/machine/s2636.h
index 4653273c281..85c4a587c54 100644
--- a/src/devices/machine/s2636.h
+++ b/src/devices/machine/s2636.h
@@ -29,7 +29,7 @@
downcast<s2636_device &>(*device).set_divider((divider));
#define MCFG_S2623_SET_INTREQ_CALLBACK(cb) \
- devcb = &downcast<s2636_device &>(*device).set_intreq_cb(DEVCB_##cb);
+ downcast<s2636_device &>(*device).set_intreq_cb(DEVCB_##cb);
/*************************************