model1: Slightly hacky bg color fix [O. Galibert]

This commit is contained in:
Olivier Galibert 2019-12-17 19:36:27 +01:00
parent 87fa34f9c5
commit 7b1579f13a

View File

@ -1654,7 +1654,7 @@ uint32_t model1_state::screen_update_model1(screen_device &screen, bitmap_rgb32
view->ayys = sin(view->ayy);
screen.priority().fill(0);
bitmap.fill(m_palette->pen(0), cliprect);
bitmap.fill(m_palette->pen(0x400), cliprect);
m_tiles->draw(screen, bitmap, cliprect, 6, 0, 0);
m_tiles->draw(screen, bitmap, cliprect, 4, 0, 0);