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

trunk/src/mame/video/konicdev.c
r18846r18847
1032110321
1032210322      x  = (x + 320) * 256;
1032310323      y  = (y + 208) * 256;
10324      xx = (xx);
10324//      xx = (xx);
1032510325      xy = (-xy);
1032610326      yx = (-yx);
10327      yy = (yy);
10327//      yy = (yy);
1032810328
1032910329      if ((k001604->reg[0x6c / 4] & (0x08 >> layer)) != 0)
1033010330      {

Previous 199869 Revisions Next


© 1997-2024 The MAME Team