summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/wswan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/wswan.cpp')
-rw-r--r--src/mame/audio/wswan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/wswan.cpp b/src/mame/audio/wswan.cpp
index 68a9e264f51..1459acdc390 100644
--- a/src/mame/audio/wswan.cpp
+++ b/src/mame/audio/wswan.cpp
@@ -18,7 +18,7 @@ The noise taps and behavior are the same as the Virtual Boy.
// device type definition
-const device_type WSWAN_SND = &device_creator<wswan_sound_device>;
+const device_type WSWAN_SND = device_creator<wswan_sound_device>;
//**************************************************************************