Fix build (nw)

This commit is contained in:
AJR 2018-01-07 15:28:01 -05:00
parent 62d1581425
commit 9931a3ed3a
2 changed files with 1 additions and 2 deletions

View File

@ -168,6 +168,7 @@ void tms9927_device::device_timer(emu_timer &timer, device_timer_id id, int para
vpos = (vpos + 1) % m_total_vpix;
m_hsync_timer->adjust(screen().time_until_pos(vpos, m_hsyn_start));
}
break;
}
}

View File

@ -361,8 +361,6 @@ WRITE_LINE_MEMBER(nwktr_state::voodoo_vblank_1)
uint32_t nwktr_state::screen_update_nwktr(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect)
{
voodoo_device *voodoo = (voodoo_device*)machine().device("voodoo0");
bitmap.fill(m_palette->pen(0), cliprect);
if (strcmp(screen.tag(), ":lscreen") == 0)