summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/znmcu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/znmcu.cpp')
-rw-r--r--src/mame/machine/znmcu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/znmcu.cpp b/src/mame/machine/znmcu.cpp
index 3ef5f405388..8e4d1d8ba2c 100644
--- a/src/mame/machine/znmcu.cpp
+++ b/src/mame/machine/znmcu.cpp
@@ -3,7 +3,7 @@
#include "emu.h"
#include "znmcu.h"
-const device_type ZNMCU = &device_creator<znmcu_device>;
+const device_type ZNMCU = device_creator<znmcu_device>;
znmcu_device::znmcu_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
device_t(mconfig, ZNMCU, "Sony ZN MCU", tag, owner, clock, "znmcu", __FILE__),