Previous 199869 Revisions Next

r18718 Friday 26th October, 2012 at 12:48:17 UTC by Miodrag Milanović
spectrum fix by Haze (nw)
[src/mess/video]spectrum.c

trunk/src/mess/video/spectrum.c
r18717r18718
5858   // rising edge
5959   if (state)
6060   {
61      m_frame_number++;
62     
63      if (m_frame_number >= m_frame_invert_count)
64      {
65         m_frame_number = 0;
66         m_flash_invert = !m_flash_invert;
67      }
68
69
6170      spectrum_UpdateBorderBitmap(machine());
6271   }
6372}

Previous 199869 Revisions Next


© 1997-2024 The MAME Team