summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k001005.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k001005.cpp')
-rw-r--r--src/mame/video/k001005.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/k001005.cpp b/src/mame/video/k001005.cpp
index cdaf616fd3c..f677a03d15d 100644
--- a/src/mame/video/k001005.cpp
+++ b/src/mame/video/k001005.cpp
@@ -1181,7 +1181,7 @@ void k001005_renderer::draw(bitmap_rgb32 &bitmap, const rectangle &cliprect)
-const device_type K001005 = &device_creator<k001005_device>;
+const device_type K001005 = device_creator<k001005_device>;
k001005_device::k001005_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, K001005, "K001005 Polygon Renderer", tag, owner, clock, "k001005", __FILE__),