Previous 199869 Revisions Next

r29535 Friday 11th April, 2014 at 11:18:41 UTC by Oliver Stöneberg
fixed src/emu/video/crtc_ega.c DEBUG compilation (nw)
[src/emu/video]crtc_ega.c

trunk/src/emu/video/crtc_ega.c
r29534r29535
521521   {
522522      UINT16 y;
523523
524      assert(!m_row_update_cb.isnull() != NULL);
524      assert(!m_row_update_cb.isnull());
525525
526526      /* call the set up function if any */
527527      if (!m_begin_update_cb.isnull())

Previous 199869 Revisions Next


© 1997-2024 The MAME Team