diff options
Diffstat (limited to 'src/devices/sound/cdp1864.cpp')
-rw-r--r-- | src/devices/sound/cdp1864.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/cdp1864.cpp b/src/devices/sound/cdp1864.cpp index 34005af6fff..f5996591cc3 100644 --- a/src/devices/sound/cdp1864.cpp +++ b/src/devices/sound/cdp1864.cpp @@ -414,7 +414,7 @@ uint32_t cdp1864_device::screen_update(screen_device &screen, bitmap_rgb32 &bitm } else { - bitmap.erase(cliprect); + bitmap.fill(rgb_t::black(), cliprect); } return 0; |