summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/naomim1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/naomim1.cpp')
-rw-r--r--src/mame/machine/naomim1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/naomim1.cpp b/src/mame/machine/naomim1.cpp
index 2068bfcaca0..84412849767 100644
--- a/src/mame/machine/naomim1.cpp
+++ b/src/mame/machine/naomim1.cpp
@@ -4,7 +4,7 @@
#include "emu.h"
#include "naomim1.h"
-const device_type NAOMI_M1_BOARD = &device_creator<naomi_m1_board>;
+const device_type NAOMI_M1_BOARD = device_creator<naomi_m1_board>;
DEVICE_ADDRESS_MAP_START(submap, 16, naomi_m1_board)
AM_RANGE(0x0a, 0x0b) AM_READ(actel_id_r)