summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ym2151.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ym2151.cpp')
-rw-r--r--src/devices/sound/ym2151.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/ym2151.cpp b/src/devices/sound/ym2151.cpp
index bc6e57cb7ea..b35787d0d1d 100644
--- a/src/devices/sound/ym2151.cpp
+++ b/src/devices/sound/ym2151.cpp
@@ -4,7 +4,7 @@
#include "emu.h"
#include "ym2151.h"
-const device_type YM2151 = &device_creator<ym2151_device>;
+const device_type YM2151 = device_creator<ym2151_device>;
#define FREQ_SH 16 /* 16.16 fixed point (frequency calculations) */