summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/at45dbxx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/at45dbxx.h')
-rw-r--r--src/devices/machine/at45dbxx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/at45dbxx.h b/src/devices/machine/at45dbxx.h
index f215a22c7fe..c0df28a49f4 100644
--- a/src/devices/machine/at45dbxx.h
+++ b/src/devices/machine/at45dbxx.h
@@ -32,7 +32,7 @@
MCFG_DEVICE_ADD(_tag, AT45DB161, 0)
#define MCFG_AT45DBXXX_SO_CALLBACK(_cb) \
- devcb = &downcast<at45db041_device &>(*device).set_so_cb(DEVCB_##_cb);
+ downcast<at45db041_device &>(*device).set_so_cb(DEVCB_##_cb);
// ======================> at45db041_device