summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/rstbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/rstbuf.h')
-rw-r--r--src/devices/machine/rstbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/rstbuf.h b/src/devices/machine/rstbuf.h
index fe808b473e6..af0d8ffbef2 100644
--- a/src/devices/machine/rstbuf.h
+++ b/src/devices/machine/rstbuf.h
@@ -16,7 +16,7 @@
//**************************************************************************
#define MCFG_RST_BUFFER_INT_CALLBACK(_devcb) \
- devcb = &downcast<rst_buffer_device &>(*device).set_int_callback(DEVCB_##_devcb);
+ downcast<rst_buffer_device &>(*device).set_int_callback(DEVCB_##_devcb);
//**************************************************************************
// TYPE DEFINITIONS