| Previous | 199869 Revisions | Next |
| r32714 Monday 13th October, 2014 at 22:55:53 UTC by Tafoid |
|---|
| Compile fix (nw) |
| [src/emu/video] | upd7220.c |
| r32713 | r32714 | |
|---|---|---|
| 825 | 825 | |
| 826 | 826 | void upd7220_device::draw_arc(int x, int y) |
| 827 | 827 | { |
| 828 | int | |
| 828 | int xi = m_figs.m_d + 1, yi = 0, err = -m_figs.m_d; | |
| 829 | 829 | int x0, y0; |
| 830 | 830 | UINT16 pattern = (m_ra[8]) | (m_ra[9]<<8); |
| 831 | 831 | const int dot_dir[4] = {1, -1, -1, 1}; |
| Previous | 199869 Revisions | Next |