summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/smotor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/smotor.cpp')
-rw-r--r--src/mame/drivers/smotor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/smotor.cpp b/src/mame/drivers/smotor.cpp
index 0479bb8b41b..7bca82cc50d 100644
--- a/src/mame/drivers/smotor.cpp
+++ b/src/mame/drivers/smotor.cpp
@@ -233,7 +233,7 @@ uint32_t smotor_state::screen_update(screen_device &screen, bitmap_ind16 &bitmap
m_bg_tilemap->set_scrolly((m_videoreg[3] + (m_videoreg[5] << 8)));
m_bg_tilemap->draw(screen, bitmap, cliprect, 0, 0);
} else {
- bitmap.fill(rgb_t::black(), cliprect);
+ bitmap.fill(0, cliprect);
}
m_fg_tilemap->draw(screen, bitmap, cliprect, 0, 0);