summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/tms3615.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/tms3615.cpp')
-rw-r--r--src/devices/sound/tms3615.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/tms3615.cpp b/src/devices/sound/tms3615.cpp
index ae39d751db6..5d9eac4e41e 100644
--- a/src/devices/sound/tms3615.cpp
+++ b/src/devices/sound/tms3615.cpp
@@ -10,7 +10,7 @@ static const int divisor[TMS3615_TONES] = { 478, 451, 426, 402, 379, 358, 338, 3
// device type definition
-const device_type TMS3615 = &device_creator<tms3615_device>;
+const device_type TMS3615 = device_creator<tms3615_device>;
//**************************************************************************