summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sega8/mgear.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sega8/mgear.cpp')
-rw-r--r--src/devices/bus/sega8/mgear.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/sega8/mgear.cpp b/src/devices/bus/sega8/mgear.cpp
index bb40fa73bd7..4cf05b340ec 100644
--- a/src/devices/bus/sega8/mgear.cpp
+++ b/src/devices/bus/sega8/mgear.cpp
@@ -21,7 +21,7 @@
// constructors
//-------------------------------------------------
-const device_type SEGA8_ROM_MGEAR = &device_creator<sega8_mgear_device>;
+const device_type SEGA8_ROM_MGEAR = device_creator<sega8_mgear_device>;
sega8_mgear_device::sega8_mgear_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: sega8_rom_device(mconfig, SEGA8_ROM_MGEAR, "Master Gear Converter", tag, owner, clock, "sega8_mgear", __FILE__),