| 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 |
| r18717 | r18718 | |
|---|---|---|
| 58 | 58 | // rising edge |
| 59 | 59 | if (state) |
| 60 | 60 | { |
| 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 | ||
| 61 | 70 | spectrum_UpdateBorderBitmap(machine()); |
| 62 | 71 | } |
| 63 | 72 | } |
| Previous | 199869 Revisions | Next |