summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/es8712.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/es8712.cpp')
-rw-r--r--src/devices/sound/es8712.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/es8712.cpp b/src/devices/sound/es8712.cpp
index 4cba75e0d10..fe1e94fb01e 100644
--- a/src/devices/sound/es8712.cpp
+++ b/src/devices/sound/es8712.cpp
@@ -33,7 +33,7 @@ static int diff_lookup[49*16];
// device type definition
-const device_type ES8712 = &device_creator<es8712_device>;
+const device_type ES8712 = device_creator<es8712_device>;
//**************************************************************************