Reuse flipscreen_w (nw)

This commit is contained in:
angelosa 2019-10-24 22:09:45 +02:00
parent dc6f6cf27a
commit beb05d6462

View File

@ -82,11 +82,7 @@ WRITE8_MEMBER(markham_state::strnskil_master_output_w)
{
m_scroll_ctrl = data >> 5;
if (flip_screen() != (BIT(data, 3)))
{
flip_screen_set(BIT(data, 3));
machine().tilemap().mark_all_dirty();
}
flipscreen_w(space, 0, (data >> 3) & 1);
// bit 0: master CPU bus request?
}