summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/lynx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/lynx.cpp')
-rw-r--r--src/mame/audio/lynx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/lynx.cpp b/src/mame/audio/lynx.cpp
index 09174bad289..89ff60be811 100644
--- a/src/mame/audio/lynx.cpp
+++ b/src/mame/audio/lynx.cpp
@@ -85,8 +85,8 @@ AUD_A_RIGHT EQU %00000001
// device type definition
-const device_type LYNX_SND = &device_creator<lynx_sound_device>;
-const device_type LYNX2_SND = &device_creator<lynx2_sound_device>;
+const device_type LYNX_SND = device_creator<lynx_sound_device>;
+const device_type LYNX2_SND = device_creator<lynx2_sound_device>;
//**************************************************************************
// LIVE DEVICE