mrdo.cpp: fixed flipscreen regression (nw)

This commit is contained in:
Ivan Vangelista 2016-11-22 08:21:31 +01:00 committed by GitHub
parent d8d7bf88a1
commit 0d3a8a98a7

View File

@ -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));