summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/kaneko_spr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/kaneko_spr.c')
-rw-r--r--src/mame/video/kaneko_spr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/kaneko_spr.c b/src/mame/video/kaneko_spr.c
index 9d99192232f..06307645beb 100644
--- a/src/mame/video/kaneko_spr.c
+++ b/src/mame/video/kaneko_spr.c
@@ -31,7 +31,7 @@ const device_type KANEKO_KC002_SPRITE = &device_creator<kaneko_kc002_sprite_devi
kaneko16_sprite_device::kaneko16_sprite_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock, device_type type)
: device_t(mconfig, type, "kaneko16_sprite_device", tag, owner, clock, "kaneko16_sprite", __FILE__),
- device_video_interface(mconfig, *this)
+ device_video_interface(mconfig, *this)
{
m_keep_sprites = 0; // default disabled for games not using it