summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k007121.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k007121.cpp')
-rw-r--r--src/mame/video/k007121.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/k007121.cpp b/src/mame/video/k007121.cpp
index bf3a5316531..312c2d0b4b1 100644
--- a/src/mame/video/k007121.cpp
+++ b/src/mame/video/k007121.cpp
@@ -119,7 +119,7 @@ control registers
#define LOG(x) do { if (VERBOSE) logerror x; } while (0)
-const device_type K007121 = &device_creator<k007121_device>;
+const device_type K007121 = device_creator<k007121_device>;
k007121_device::k007121_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, K007121, "K007121 Sprite/Tilemap Controller", tag, owner, clock, "k007121", __FILE__)