summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/crshrace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/crshrace.cpp')
-rw-r--r--src/mame/video/crshrace.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mame/video/crshrace.cpp b/src/mame/video/crshrace.cpp
index f2289d494bd..879d436923d 100644
--- a/src/mame/video/crshrace.cpp
+++ b/src/mame/video/crshrace.cpp
@@ -140,9 +140,3 @@ uint32_t crshrace_state::screen_update_crshrace(screen_device &screen, bitmap_in
}
return 0;
}
-
-void crshrace_state::screen_eof_crshrace(screen_device &screen, bool state)
-{
- m_spriteram->vblank_copy_rising(screen, state);
- m_spriteram2->vblank_copy_rising(screen, state);
-}