mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
Fix gcc 4.6 compile (nw)
This commit is contained in:
parent
7fa8181aca
commit
d4944e9582
@ -146,9 +146,7 @@ static WRITE8_HANDLER( mux_w )
|
|||||||
dm01.scanline[8] &= 0x80;//filter all other bits
|
dm01.scanline[8] &= 0x80;//filter all other bits
|
||||||
if ( (row >= 0) && (row < DM_MAXLINES) )
|
if ( (row >= 0) && (row < DM_MAXLINES) )
|
||||||
{
|
{
|
||||||
int p,pos;
|
int p = 0;
|
||||||
pos =0;
|
|
||||||
p = 0;
|
|
||||||
|
|
||||||
while ( p < (DM_BYTESPERROW) )
|
while ( p < (DM_BYTESPERROW) )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user