GCC 4.6 compile fix (nw)

This commit is contained in:
R. Belmont 2012-05-13 21:13:21 +00:00
parent efbb956e75
commit 6842651097

View File

@ -149,10 +149,10 @@ static WRITE8_HANDLER( mux_w )
dm01.scanline[8] &= 0x80;//filter all other bits
if ( (row >= 0) && (row < DM_MAXLINES) )
{
int p,pos,dots;
int p,pos; //,dots;
pos =0;
p = 0;
dots = 0;
// dots = 0;
while ( p < (DM_BYTESPERROW) )
{