summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/channelf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/channelf.cpp')
-rw-r--r--src/mame/audio/channelf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/channelf.cpp b/src/mame/audio/channelf.cpp
index fb72231484f..50576cc0297 100644
--- a/src/mame/audio/channelf.cpp
+++ b/src/mame/audio/channelf.cpp
@@ -6,7 +6,7 @@
#define MAX_AMPLITUDE 0x7fff
-const device_type CHANNELF_SOUND = &device_creator<channelf_sound_device>;
+const device_type CHANNELF_SOUND = device_creator<channelf_sound_device>;
channelf_sound_device::channelf_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, CHANNELF_SOUND, "Channel F Sound", tag, owner, clock, "channelf_sound", __FILE__),