summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/tc8830f.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/tc8830f.cpp')
-rw-r--r--src/devices/sound/tc8830f.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/tc8830f.cpp b/src/devices/sound/tc8830f.cpp
index 2c862824d29..7a997d9d19f 100644
--- a/src/devices/sound/tc8830f.cpp
+++ b/src/devices/sound/tc8830f.cpp
@@ -22,7 +22,7 @@
// device type definition
-const device_type TC8830F = &device_creator<tc8830f_device>;
+const device_type TC8830F = device_creator<tc8830f_device>;
tc8830f_device::tc8830f_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, TC8830F, "TC8830F", tag, owner, clock, "tc8830f", __FILE__),