summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/mackbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/mackbd.h')
-rw-r--r--src/mess/machine/mackbd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/machine/mackbd.h b/src/mess/machine/mackbd.h
index d52363e59f5..feb0eac27e0 100644
--- a/src/mess/machine/mackbd.h
+++ b/src/mess/machine/mackbd.h
@@ -12,13 +12,13 @@
//**************************************************************************
#define MCFG_MACKBD_ADD(_tag) \
- MCFG_DEVICE_ADD(_tag, MACKBD, 0)
+ MCFG_DEVICE_ADD(_tag, MACKBD, 0)
#define MCFG_MACKBD_REPLACE(_tag) \
- MCFG_DEVICE_REPLACE(_tag, MACKBD, 0)
+ MCFG_DEVICE_REPLACE(_tag, MACKBD, 0)
#define MCFG_MACKBD_REMOVE(_tag) \
- MCFG_DEVICE_REMOVE(_tag)
+ MCFG_DEVICE_REMOVE(_tag)
#define MCFG_MACKBD_CLKOUT_HANDLER(_devcb) \
devcb = &mackbd_device::set_clkout_handler(*device, DEVCB2_##_devcb);