summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/tengen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes/tengen.cpp')
-rw-r--r--src/devices/bus/nes/tengen.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/nes/tengen.cpp b/src/devices/bus/nes/tengen.cpp
index af37dc223e0..24c8843637f 100644
--- a/src/devices/bus/nes/tengen.cpp
+++ b/src/devices/bus/nes/tengen.cpp
@@ -38,9 +38,9 @@
// constructor
//-------------------------------------------------
-const device_type NES_TENGEN_800008 = &device_creator<nes_tengen008_device>;
-const device_type NES_TENGEN_800032 = &device_creator<nes_tengen032_device>;
-const device_type NES_TENGEN_800037 = &device_creator<nes_tengen037_device>;
+const device_type NES_TENGEN_800008 = device_creator<nes_tengen008_device>;
+const device_type NES_TENGEN_800032 = device_creator<nes_tengen032_device>;
+const device_type NES_TENGEN_800037 = device_creator<nes_tengen037_device>;
nes_tengen008_device::nes_tengen008_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)