From 6842651097926f3759e75561f60e799bc9581abd Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Sun, 13 May 2012 21:13:21 +0000 Subject: [PATCH] GCC 4.6 compile fix (nw) --- src/mame/video/bfm_dm01.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/video/bfm_dm01.c b/src/mame/video/bfm_dm01.c index 8b27ca2e573..a1fa7d9269a 100644 --- a/src/mame/video/bfm_dm01.c +++ b/src/mame/video/bfm_dm01.c @@ -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) ) {