summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k055555.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k055555.cpp')
-rw-r--r--src/mame/video/k055555.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/k055555.cpp b/src/mame/video/k055555.cpp
index f820071cd66..5be5657e5ce 100644
--- a/src/mame/video/k055555.cpp
+++ b/src/mame/video/k055555.cpp
@@ -140,7 +140,7 @@ int k055555_device::K055555_get_palette_index(int idx)
-const device_type K055555 = &device_creator<k055555_device>;
+const device_type K055555 = device_creator<k055555_device>;
k055555_device::k055555_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, K055555, "K055555 Priority Encoder", tag, owner, clock, "k055555", __FILE__)