diff options
Diffstat (limited to 'src/devices/machine/74123.h')
-rw-r--r-- | src/devices/machine/74123.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/74123.h b/src/devices/machine/74123.h index 075e56c8206..b5f0fc7e15b 100644 --- a/src/devices/machine/74123.h +++ b/src/devices/machine/74123.h @@ -76,7 +76,7 @@ downcast<ttl74123_device &>(*device).set_clear_pin_value(_value); #define MCFG_TTL74123_OUTPUT_CHANGED_CB(_devcb) \ - devcb = &downcast<ttl74123_device &>(*device).set_output_changed_callback(DEVCB_##_devcb); + downcast<ttl74123_device &>(*device).set_output_changed_callback(DEVCB_##_devcb); /* constants for the different ways the cap/res can be connected. This determines the formula for calculating the pulse width */ |