summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/crshrace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/crshrace.cpp')
-rw-r--r--src/mame/drivers/crshrace.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/crshrace.cpp b/src/mame/drivers/crshrace.cpp
index 0a78c3f0d3e..0f243576a88 100644
--- a/src/mame/drivers/crshrace.cpp
+++ b/src/mame/drivers/crshrace.cpp
@@ -427,7 +427,7 @@ void crshrace_state::crshrace(machine_config &config)
PALETTE(config, m_palette).set_format(palette_device::xGBR_555, 2048);
VSYSTEM_SPR(config, m_spr, 0);
- m_spr->set_tile_indirect_cb(FUNC(crshrace_state::crshrace_tile_callback), this);
+ m_spr->set_tile_indirect_cb(FUNC(crshrace_state::crshrace_tile_callback));
m_spr->set_gfx_region(2);
m_spr->set_gfxdecode_tag(m_gfxdecode);