summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/mackbd.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
commitfec65e0b5766ade69e086d1c5b859d97494fce56 (patch)
treec22b07938e9ad590184f1276bc2bead6d888a78d /src/mess/machine/mackbd.h
parent30d94e51c53f30187a1bc565ef33e4744319790e (diff)
Cleanups and version bumpmame0153
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);