mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
GCC 4.6 compile fix (nw)
This commit is contained in:
parent
efbb956e75
commit
6842651097
@ -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) )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user