summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/m20_8086.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/m20_8086.cpp')
-rw-r--r--src/mame/machine/m20_8086.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/m20_8086.cpp b/src/mame/machine/m20_8086.cpp
index 4fb0be656ec..fa690919fa4 100644
--- a/src/mame/machine/m20_8086.cpp
+++ b/src/mame/machine/m20_8086.cpp
@@ -4,7 +4,7 @@
#include "m20_8086.h"
#include "machine/ram.h"
-const device_type M20_8086 = &device_creator<m20_8086_device>;
+const device_type M20_8086 = device_creator<m20_8086_device>;
m20_8086_device::m20_8086_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
device_t(mconfig, M20_8086, "Olivetti M20 8086 Adapter", tag, owner, clock, "m20_8086", __FILE__),