mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
mc6845: Stop spamming the log file. (nw)
This commit is contained in:
parent
1568a656f8
commit
7cb165f117
@ -964,7 +964,10 @@ UINT32 mc6845_device::screen_update(screen_device &screen, bitmap_rgb32 &bitmap,
|
||||
m_end_update(this, bitmap, cliprect, param);
|
||||
}
|
||||
else
|
||||
logerror("M6845: Invalid screen parameters - display disabled!!!\n");
|
||||
{
|
||||
if (LOG) logerror("M6845: Invalid screen parameters - display disabled!!!\n");
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user