summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/stadhero.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/stadhero.c')
-rw-r--r--src/mame/video/stadhero.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mame/video/stadhero.c b/src/mame/video/stadhero.c
index 29b1ab68d69..c9a23775d9f 100644
--- a/src/mame/video/stadhero.c
+++ b/src/mame/video/stadhero.c
@@ -20,8 +20,6 @@
UINT32 stadhero_state::screen_update_stadhero(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
-// machine().tilemap().set_flip_all(m_flipscreen ? (TILEMAP_FLIPY | TILEMAP_FLIPX) : 0);
-
flip_screen_set(m_tilegen1->get_flip_state());
m_tilegen1->set_bppmultmask(0x8, 0x7);
@@ -56,7 +54,7 @@ TILE_GET_INFO_MEMBER(stadhero_state::get_pf1_tile_info)
void stadhero_state::video_start()
{
- m_pf1_tilemap = &machine().tilemap().create(m_gfxdecode, tilemap_get_info_delegate(FUNC(stadhero_state::get_pf1_tile_info),this),TILEMAP_SCAN_ROWS, 8, 8,32,32);
+ m_pf1_tilemap = &machine().tilemap().create(m_gfxdecode, tilemap_get_info_delegate(FUNC(stadhero_state::get_pf1_tile_info),this),TILEMAP_SCAN_ROWS, 8, 8,32,32);
m_pf1_tilemap->set_transparent_pen(0);
}