summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/maple-dc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/maple-dc.cpp')
-rw-r--r--src/mame/machine/maple-dc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/maple-dc.cpp b/src/mame/machine/maple-dc.cpp
index 56a838a8967..aa51b0fcdf9 100644
--- a/src/mame/machine/maple-dc.cpp
+++ b/src/mame/machine/maple-dc.cpp
@@ -5,7 +5,7 @@
#include "maple-dc.h"
#include "mie.h"
-const device_type MAPLE_DC = &device_creator<maple_dc_device>;
+const device_type MAPLE_DC = device_creator<maple_dc_device>;
DEVICE_ADDRESS_MAP_START(amap, 32, maple_dc_device)
AM_RANGE(0x04, 0x07) AM_READWRITE(sb_mdstar_r, sb_mdstar_w)