summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/hyhoo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/hyhoo.cpp')
-rw-r--r--src/mame/video/hyhoo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/hyhoo.cpp b/src/mame/video/hyhoo.cpp
index ab1baaa04db..6eb81502881 100644
--- a/src/mame/video/hyhoo.cpp
+++ b/src/mame/video/hyhoo.cpp
@@ -248,7 +248,7 @@ uint32_t hyhoo_state::screen_update_hyhoo(screen_device &screen, bitmap_rgb32 &b
if (m_dispflag)
copybitmap(bitmap, m_tmpbitmap, m_flipscreen, m_flipscreen, 0, 0, cliprect);
else
- bitmap.fill(rgb_t::black, cliprect);
+ bitmap.erase(cliprect);
return 0;
}