summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/c64dtv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/c64dtv.cpp')
-rw-r--r--src/mame/drivers/c64dtv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/c64dtv.cpp b/src/mame/drivers/c64dtv.cpp
index 9a8c2f6d1ed..2b39febdeb8 100644
--- a/src/mame/drivers/c64dtv.cpp
+++ b/src/mame/drivers/c64dtv.cpp
@@ -16,7 +16,7 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect)
{
- bitmap.fill(rgb_t::black);
+ bitmap.erase(cliprect);
return 0;
}
};