summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/dac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/dac.cpp')
-rw-r--r--src/devices/sound/dac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/dac.cpp b/src/devices/sound/dac.cpp
index fc413390107..dd0e24b6829 100644
--- a/src/devices/sound/dac.cpp
+++ b/src/devices/sound/dac.cpp
@@ -13,7 +13,7 @@
***************************************************************************/
#define DAC_GENERATOR_EPILOG(_dac_type, _dac_class) \
-const device_type _dac_type = &device_creator<_dac_class>;
+const device_type _dac_type = device_creator<_dac_class>;
#include "emu.h"
#include "dac.h"