Previous 199869 Revisions Next

r31041 Thursday 19th June, 2014 at 17:55:43 UTC by Wilbert Pol
v9938.c: Let's make this a bit safer; fixes black screens in hotbit20 and expert20 msx drivers (nw)
[src/emu/video]v9938.c

trunk/src/emu/video/v9938.c
r31040r31041
158158   }
159159
160160   max = (m_cont_reg[9] & 2) ? 313 : 262;
161   if (++m_scanline == max)
161   if (++m_scanline >= max)
162162      m_scanline = 0;
163163
164164   return m_int_state;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team