summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/msx_s1985.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/msx_s1985.cpp')
-rw-r--r--src/mame/machine/msx_s1985.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/msx_s1985.cpp b/src/mame/machine/msx_s1985.cpp
index 6096b6a9f76..f754541e873 100644
--- a/src/mame/machine/msx_s1985.cpp
+++ b/src/mame/machine/msx_s1985.cpp
@@ -5,7 +5,7 @@
const uint8_t manufacturer_id = 0xfe;
-const device_type MSX_S1985 = &device_creator<msx_s1985_device>;
+const device_type MSX_S1985 = device_creator<msx_s1985_device>;
msx_s1985_device::msx_s1985_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, MSX_S1985, "MSX-Engine S1985", tag, owner, clock, "msx_s1985", __FILE__)