Previous 199869 Revisions Next

r17509 Monday 27th August, 2012 at 17:32:58 UTC by smf
(MESS) fixed potentially uninitialized variable when building with MSVC (nw)
[src/emu/video]pc_vga.c

trunk/src/emu/video/pc_vga.c
r17508r17509
31183118
31193119WRITE16_HANDLER(s3_pixel_xfer_w)
31203120{
3121   int x,data_size;
3121   int x,data_size = 0;
31223122   UINT32 off,xfer = 0;
31233123
31243124   if(offset == 1)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team