summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/68561mpcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/68561mpcc.h')
-rw-r--r--src/mess/machine/68561mpcc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/68561mpcc.h b/src/mess/machine/68561mpcc.h
index 591278df9d8..2d446a5ab5b 100644
--- a/src/mess/machine/68561mpcc.h
+++ b/src/mess/machine/68561mpcc.h
@@ -11,8 +11,8 @@
#ifndef __68561MPCC_H__
#define __68561MPCC_H__
-#define MCFG_MPCC68561_ADD(_tag, _clock, _intrq_cb) \
- MCFG_DEVICE_ADD(_tag, MPCC68561, _clock) \
+#define MCFG_MPCC68561_ADD(_tag, _clock, _intrq_cb) \
+ MCFG_DEVICE_ADD(_tag, MPCC68561, _clock) \
downcast<mpcc68561_t *>(device)->set_intrq_cb(_intrq_cb);
class mpcc68561_t : public device_t