summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/qsound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/qsound.cpp')
-rw-r--r--src/devices/sound/qsound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/qsound.cpp b/src/devices/sound/qsound.cpp
index ddc94045d36..6b69f69e9aa 100644
--- a/src/devices/sound/qsound.cpp
+++ b/src/devices/sound/qsound.cpp
@@ -27,7 +27,7 @@
#include "qsound.h"
// device type definition
-const device_type QSOUND = &device_creator<qsound_device>;
+const device_type QSOUND = device_creator<qsound_device>;
// program map for the DSP (points to internal 4096 words of internal ROM)