mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
improve fades in nost by using one of the pens as the bg pen (nw)
This commit is contained in:
parent
448d9e6e64
commit
846d05201f
@ -216,7 +216,7 @@ UINT32 mcatadv_state::screen_update_mcatadv(screen_device &screen, bitmap_ind16
|
||||
{
|
||||
int i;
|
||||
|
||||
bitmap.fill(m_palette->black_pen(), cliprect);
|
||||
bitmap.fill(0x3f0, cliprect);
|
||||
screen.priority().fill(0, cliprect);
|
||||
|
||||
if (m_scroll1[2] != m_palette_bank1)
|
||||
|
Loading…
Reference in New Issue
Block a user