summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/nextmo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/nextmo.cpp')
-rw-r--r--src/mame/machine/nextmo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/nextmo.cpp b/src/mame/machine/nextmo.cpp
index 25341374c25..2df3346f762 100644
--- a/src/mame/machine/nextmo.cpp
+++ b/src/mame/machine/nextmo.cpp
@@ -4,7 +4,7 @@
#include "emu.h"
#include "nextmo.h"
-const device_type NEXTMO = &device_creator<nextmo_device>;
+const device_type NEXTMO = device_creator<nextmo_device>;
DEVICE_ADDRESS_MAP_START(map, 8, nextmo_device)
AM_RANGE(0x04, 0x04) AM_READWRITE(r4_r, r4_w)