summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/warpwarp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/warpwarp.cpp')
-rw-r--r--src/mame/audio/warpwarp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/warpwarp.cpp b/src/mame/audio/warpwarp.cpp
index 943540f01ae..301a99de38c 100644
--- a/src/mame/audio/warpwarp.cpp
+++ b/src/mame/audio/warpwarp.cpp
@@ -16,7 +16,7 @@
#define CLOCK_1V (18432000/3/2/384)
-const device_type WARPWARP = &device_creator<warpwarp_sound_device>;
+const device_type WARPWARP = device_creator<warpwarp_sound_device>;
warpwarp_sound_device::warpwarp_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, WARPWARP, "Warp Warp Audio Custom", tag, owner, clock, "warpwarp_sound", __FILE__),