Previous 199869 Revisions Next

r31632 Tuesday 12th August, 2014 at 22:17:43 UTC by hap
nw
[src/mame/video]leland.c

trunk/src/mame/video/leland.c
r31631r31632
117117
118118WRITE8_MEMBER(leland_state::leland_gfx_port_w)
119119{
120   m_screen->update_partial(m_screen->vpos());
120   int scanline = m_screen->vpos();
121   if (scanline > 0)
122      m_screen->update_partial(scanline - 1);
123
121124   m_gfxbank = data;
122125}
123126

Previous 199869 Revisions Next


© 1997-2024 The MAME Team