summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k054000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k054000.cpp')
-rw-r--r--src/mame/video/k054000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/k054000.cpp b/src/mame/video/k054000.cpp
index 0deac237c8d..f34f8c84155 100644
--- a/src/mame/video/k054000.cpp
+++ b/src/mame/video/k054000.cpp
@@ -52,7 +52,7 @@ Memory map:
/* */
/***************************************************************************/
-const device_type K054000 = &device_creator<k054000_device>;
+const device_type K054000 = device_creator<k054000_device>;
k054000_device::k054000_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, K054000, "K054000 Protection", tag, owner, clock, "k054000", __FILE__)