mirror of
https://github.com/holub/mame
synced 2025-05-18 19:49:35 +03:00
fixed src/emu/video/crtc_ega.c DEBUG compilation (nw)
This commit is contained in:
parent
207ec49a4d
commit
fcc4b33f2e
@ -521,7 +521,7 @@ UINT32 crtc_ega_device::screen_update(screen_device &screen, bitmap_ind16 &bitma
|
||||
{
|
||||
UINT16 y;
|
||||
|
||||
assert(!m_row_update_cb.isnull() != NULL);
|
||||
assert(!m_row_update_cb.isnull());
|
||||
|
||||
/* call the set up function if any */
|
||||
if (!m_begin_update_cb.isnull())
|
||||
|
Loading…
Reference in New Issue
Block a user