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 |
r250354 | r250355 | |
---|---|---|
216 | 216 | { |
217 | 217 | int i; |
218 | 218 | |
219 | bitmap.fill( | |
219 | bitmap.fill(0x3f0, cliprect); | |
220 | 220 | screen.priority().fill(0, cliprect); |
221 | 221 | |
222 | 222 | if (m_scroll1[2] != m_palette_bank1) |
https://github.com/mamedev/mame/commit/846d05201ff5f65bb654f8f7b4d661fc1ad326a5 |
Previous | 199869 Revisions | Next |