summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/msx_matsushita.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/msx_matsushita.h')
-rw-r--r--src/mame/machine/msx_matsushita.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/msx_matsushita.h b/src/mame/machine/msx_matsushita.h
index 8e155e2b399..0cf24e8bcdb 100644
--- a/src/mame/machine/msx_matsushita.h
+++ b/src/mame/machine/msx_matsushita.h
@@ -14,7 +14,7 @@ DECLARE_DEVICE_TYPE(MSX_MATSUSHITA, msx_matsushita_device)
MCFG_DEVICE_ADD(_tag, MSX_MATSUSHITA, 0)
#define MCFG_MSX_MATSUSHITA_TURBO_CB(_devcb) \
- devcb = &downcast<msx_matsushita_device &>(*device).set_turbo_callback(DEVCB_##_devcb);
+ downcast<msx_matsushita_device &>(*device).set_turbo_callback(DEVCB_##_devcb);
class msx_matsushita_device : public device_t,