summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/zx8301.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/zx8301.cpp')
-rw-r--r--src/mame/video/zx8301.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/zx8301.cpp b/src/mame/video/zx8301.cpp
index 5c9f27dbc18..6de85a07b8a 100644
--- a/src/mame/video/zx8301.cpp
+++ b/src/mame/video/zx8301.cpp
@@ -327,7 +327,7 @@ uint32_t zx8301_device::screen_update(screen_device &screen, bitmap_rgb32 &bitma
}
else
{
- bitmap.fill(rgb_t::black, cliprect);
+ bitmap.erase(cliprect);
}
return 0;