summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/capbowl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/capbowl.cpp')
-rw-r--r--src/mame/video/capbowl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/capbowl.cpp b/src/mame/video/capbowl.cpp
index ba9cad970ac..f521da6ba03 100644
--- a/src/mame/video/capbowl.cpp
+++ b/src/mame/video/capbowl.cpp
@@ -133,7 +133,7 @@ uint32_t capbowl_state::screen_update(screen_device &screen, bitmap_rgb32 &bitma
/* if we're blanked, just fill with black */
if (m_tms34061->m_display.blanked)
{
- bitmap.fill(rgb_t::black, cliprect);
+ bitmap.erase(cliprect);
return 0;
}