Previous 199869 Revisions Next

r33341 Tuesday 11th November, 2014 at 10:45:20 UTC by Alex W. Jackson
(nw)
[src/mame/video]k052109.c

trunk/src/mame/video/k052109.c
r241852r241853
158158
159159
160160k052109_device::k052109_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
161   : device_t(mconfig, K052109, "K052109 Sprite/Tilemap Generator", tag, owner, clock, "k052109", __FILE__),
161   : device_t(mconfig, K052109, "K052109 Tilemap Generator", tag, owner, clock, "k052109", __FILE__),
162162   device_gfx_interface(mconfig, *this, gfxinfo),
163163   m_ram(NULL),
164164   m_videoram_F(NULL),


Previous 199869 Revisions Next


© 1997-2024 The MAME Team