| Previous | 199869 Revisions | Next |
| r18847 Sunday 4th November, 2012 at 16:38:39 UTC by R. Belmont |
|---|
| konicdev: Fix weird do-nothing lines that cause Clang warnings [Robert Muth] |
| [src/mame/video] | konicdev.c |
| r18846 | r18847 | |
|---|---|---|
| 10321 | 10321 | |
| 10322 | 10322 | x = (x + 320) * 256; |
| 10323 | 10323 | y = (y + 208) * 256; |
| 10324 | xx = (xx); | |
| 10324 | // xx = (xx); | |
| 10325 | 10325 | xy = (-xy); |
| 10326 | 10326 | yx = (-yx); |
| 10327 | yy = (yy); | |
| 10327 | // yy = (yy); | |
| 10328 | 10328 | |
| 10329 | 10329 | if ((k001604->reg[0x6c / 4] & (0x08 >> layer)) != 0) |
| 10330 | 10330 | { |
| Previous | 199869 Revisions | Next |