mirror of
https://github.com/holub/mame
synced 2025-10-06 00:54:22 +03:00
Fix assert (nw)
This commit is contained in:
parent
c7accb41a2
commit
ab8a4ae3ba
@ -961,7 +961,7 @@ UINT32 mc6845_device::screen_update(screen_device &screen, bitmap_rgb32 &bitmap,
|
|||||||
|
|
||||||
if (m_has_valid_parameters)
|
if (m_has_valid_parameters)
|
||||||
{
|
{
|
||||||
assert(m_update_row_cb.isnull() != NULL);
|
assert(!m_update_row_cb.isnull());
|
||||||
|
|
||||||
/* call the set up function if any */
|
/* call the set up function if any */
|
||||||
if (!m_begin_update_cb.isnull())
|
if (!m_begin_update_cb.isnull())
|
||||||
|
Loading…
Reference in New Issue
Block a user