| Previous | 199869 Revisions | Next |
| r32840 Monday 20th October, 2014 at 18:40:45 UTC by David Viens |
|---|
| Update x68k.c MSCV2010 warning treated as error complains about this bool being potentially uninitialized. |
| [src/mess/video] | x68k.c |
| r241351 | r241352 | |
|---|---|---|
| 890 | 890 | void x68k_state::x68k_draw_gfx(bitmap_rgb32 &bitmap,rectangle cliprect) |
| 891 | 891 | { |
| 892 | 892 | int priority, scanline, pixel; |
| 893 | bool gfxblend; | |
| 893 | bool gfxblend=false; | |
| 894 | 894 | //rectangle rect; |
| 895 | 895 | //int xscr,yscr; |
| 896 | 896 | //int gpage; |
| https://github.com/mamedev/mame/commit/168ca86a3d200a9893726a8bd5aa01e20f638192 |
| Previous | 199869 Revisions | Next |