summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mackbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mackbd.cpp')
-rw-r--r--src/mame/machine/mackbd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/mackbd.cpp b/src/mame/machine/mackbd.cpp
index cf768223e28..72f7c0d6a9c 100644
--- a/src/mame/machine/mackbd.cpp
+++ b/src/mame/machine/mackbd.cpp
@@ -65,7 +65,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type MACKBD = &device_creator<mackbd_device>;
+const device_type MACKBD = device_creator<mackbd_device>;
ROM_START( mackbd )
ROM_REGION(0x800, MACKBD_CPU_TAG, 0)