summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/vc4000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/vc4000.cpp')
-rw-r--r--src/mame/audio/vc4000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/vc4000.cpp b/src/mame/audio/vc4000.cpp
index 79eee1b1b71..cb00aa57d8c 100644
--- a/src/mame/audio/vc4000.cpp
+++ b/src/mame/audio/vc4000.cpp
@@ -11,7 +11,7 @@
#include "vc4000.h"
-const device_type VC4000_SND = &device_creator<vc4000_sound_device>;
+const device_type VC4000_SND = device_creator<vc4000_sound_device>;
vc4000_sound_device::vc4000_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, VC4000_SND, "Intertion Electronic VC 4000 Audio Custom", tag, owner, clock, "vc4000_sound", __FILE__),