mirror of
https://github.com/holub/mame
synced 2025-05-22 05:38:52 +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
|
||||
if ( (row >= 0) && (row < DM_MAXLINES) )
|
||||
{
|
||||
int p,pos;
|
||||
pos =0;
|
||||
p = 0;
|
||||
int p = 0;
|
||||
|
||||
while ( p < (DM_BYTESPERROW) )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user