mirror of
https://github.com/holub/mame
synced 2025-05-21 21:29:15 +03:00
Fixed OS X compiler warning.
This commit is contained in:
parent
fb279c038a
commit
515f174659
@ -6840,7 +6840,7 @@ static WRITE16_HANDLER( isgsm_data_w )
|
|||||||
|
|
||||||
for (int i=0;i<bytes_to_write;i++)
|
for (int i=0;i<bytes_to_write;i++)
|
||||||
{
|
{
|
||||||
UINT8 byte;
|
UINT8 byte=0;
|
||||||
|
|
||||||
if (isgsm_mode&0x8)
|
if (isgsm_mode&0x8)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user