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

trunk/src/emu/video/pc_vga.c
r17543r17544
30413041         if(data & 0x0020)
30423042            dir_x = 1;
30433043         else
3044            dir_x -= 1;
3044            dir_x = -1;
30453045         for(y=0;y<=s3.rect_height;y++)
30463046         {
30473047            for(x=0;x<=s3.rect_width;x+=dir_x)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team