mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +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
|
||||
/***************************************************************************
|
||||
|
||||
video.c
|
||||
mrdo.cpp
|
||||
|
||||
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_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;
|
||||
|
||||
save_item(NAME(m_flipscreen));
|
||||
|
Loading…
Reference in New Issue
Block a user