mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
mrdo.cpp: fixed flipscreen regression (nw)
This commit is contained in:
parent
d8d7bf88a1
commit
0d3a8a98a7
@ -2,7 +2,7 @@
|
|||||||
// copyright-holders:Nicola Salmoria
|
// copyright-holders:Nicola Salmoria
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
video.c
|
mrdo.cpp
|
||||||
|
|
||||||
Functions to emulate the video hardware of the machine.
|
Functions to emulate the video hardware of the machine.
|
||||||
|
|
||||||
@ -167,11 +167,6 @@ void mrdo_state::video_start()
|
|||||||
m_bg_tilemap->set_transparent_pen(0);
|
m_bg_tilemap->set_transparent_pen(0);
|
||||||
m_fg_tilemap->set_transparent_pen(0);
|
m_fg_tilemap->set_transparent_pen(0);
|
||||||
|
|
||||||
m_bg_tilemap->set_scrolldx(0, 56);
|
|
||||||
m_fg_tilemap->set_scrolldx(0, 56);
|
|
||||||
m_bg_tilemap->set_scrolldy(0, 6);
|
|
||||||
m_fg_tilemap->set_scrolldy(0, 6);
|
|
||||||
|
|
||||||
m_flipscreen = 0;
|
m_flipscreen = 0;
|
||||||
|
|
||||||
save_item(NAME(m_flipscreen));
|
save_item(NAME(m_flipscreen));
|
||||||
|
Loading…
Reference in New Issue
Block a user