summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/dave.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/dave.cpp')
-rw-r--r--src/devices/sound/dave.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/dave.cpp b/src/devices/sound/dave.cpp
index 573bc010e99..342ba571aaf 100644
--- a/src/devices/sound/dave.cpp
+++ b/src/devices/sound/dave.cpp
@@ -25,7 +25,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type DAVE = &device_creator<dave_device>;
+const device_type DAVE = device_creator<dave_device>;
DEVICE_ADDRESS_MAP_START( z80_program_map, 8, dave_device )