mirror of
https://github.com/holub/mame
synced 2025-06-13 08:05:31 +03:00
Fix build (nw)
This commit is contained in:
parent
62d1581425
commit
9931a3ed3a
@ -168,6 +168,7 @@ void tms9927_device::device_timer(emu_timer &timer, device_timer_id id, int para
|
|||||||
vpos = (vpos + 1) % m_total_vpix;
|
vpos = (vpos + 1) % m_total_vpix;
|
||||||
m_hsync_timer->adjust(screen().time_until_pos(vpos, m_hsyn_start));
|
m_hsync_timer->adjust(screen().time_until_pos(vpos, m_hsyn_start));
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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)
|
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);
|
bitmap.fill(m_palette->pen(0), cliprect);
|
||||||
|
|
||||||
if (strcmp(screen.tag(), ":lscreen") == 0)
|
if (strcmp(screen.tag(), ":lscreen") == 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user