From 65c968e436fe188b611464ca33fdd798601d505e Mon Sep 17 00:00:00 2001 From: "Alex W. Jackson" Date: Tue, 11 Nov 2014 05:45:20 -0500 Subject: (nw) --- src/mame/video/k052109.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/video/k052109.c b/src/mame/video/k052109.c index 4c24a688d91..1a14dba97c2 100644 --- a/src/mame/video/k052109.c +++ b/src/mame/video/k052109.c @@ -158,7 +158,7 @@ GFXDECODE_END k052109_device::k052109_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, K052109, "K052109 Sprite/Tilemap Generator", tag, owner, clock, "k052109", __FILE__), + : device_t(mconfig, K052109, "K052109 Tilemap Generator", tag, owner, clock, "k052109", __FILE__), device_gfx_interface(mconfig, *this, gfxinfo), m_ram(NULL), m_videoram_F(NULL), -- cgit v1.2.3