Previous | 199869 Revisions | Next |
r17544 Tuesday 28th August, 2012 at 18:56:47 UTC by smf |
---|
fixed compiling with MSVC, code was probably wrong (nw) |
[src/emu/video] | pc_vga.c |
r17543 | r17544 | |
---|---|---|
3041 | 3041 | if(data & 0x0020) |
3042 | 3042 | dir_x = 1; |
3043 | 3043 | else |
3044 | dir_x | |
3044 | dir_x | |
3045 | 3045 | for(y=0;y<=s3.rect_height;y++) |
3046 | 3046 | { |
3047 | 3047 | for(x=0;x<=s3.rect_width;x+=dir_x) |
Previous | 199869 Revisions | Next |