mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
removed a pointless log
This commit is contained in:
parent
a7df1ce05f
commit
f3ba692e44
@ -276,8 +276,6 @@ static WRITE8_HANDLER( flash_w )
|
||||
flash_packet_start = 0; //end of packet
|
||||
else
|
||||
flash_val = data;
|
||||
|
||||
printf("%02x %02x\n",flash_packet,flash_val);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user