diff options
| author | 2015-11-23 22:06:06 +0000 | |
|---|---|---|
| committer | 2015-11-23 22:06:06 +0000 | |
| commit | 846d05201ff5f65bb654f8f7b4d661fc1ad326a5 (patch) | |
| tree | 8dde118c4728edcc445185d987f4987e40251160 /src | |
| parent | 448d9e6e64a657b1ce660dc008f2b951cc34ea6c (diff) | |
improve fades in nost by using one of the pens as the bg pen (nw)
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/video/mcatadv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/mcatadv.cpp b/src/mame/video/mcatadv.cpp index c06c2acd382..92c0775c05e 100644 --- a/src/mame/video/mcatadv.cpp +++ b/src/mame/video/mcatadv.cpp @@ -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) |
