summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k054338.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k054338.cpp')
-rw-r--r--src/mame/video/k054338.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/k054338.cpp b/src/mame/video/k054338.cpp
index 1d02d3f22fc..1ca97eea33b 100644
--- a/src/mame/video/k054338.cpp
+++ b/src/mame/video/k054338.cpp
@@ -18,7 +18,7 @@
// because the implementation is video dependant, this is just a
// register-handling shell.
-const device_type K054338 = &device_creator<k054338_device>;
+const device_type K054338 = device_creator<k054338_device>;
k054338_device::k054338_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, K054338, "K054338 Mixer", tag, owner, clock, "k054338", __FILE__),