Previous 199869 Revisions Next

r41843 Monday 23rd November, 2015 at 22:06:06 UTC by David Haywood
improve fades in nost by using one of the pens as the bg pen (nw)
[src/mame/video]mcatadv.cpp

trunk/src/mame/video/mcatadv.cpp
r250354r250355
216216{
217217   int i;
218218
219   bitmap.fill(m_palette->black_pen(), cliprect);
219   bitmap.fill(0x3f0, cliprect);
220220   screen.priority().fill(0, cliprect);
221221
222222   if (m_scroll1[2] != m_palette_bank1)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team