mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Reuse flipscreen_w (nw)
This commit is contained in:
parent
dc6f6cf27a
commit
beb05d6462
@ -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?
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user