summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/contra.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/contra.c')
-rw-r--r--src/mame/drivers/contra.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/contra.c b/src/mame/drivers/contra.c
index 9485a68d190..e10f10ca5e6 100644
--- a/src/mame/drivers/contra.c
+++ b/src/mame/drivers/contra.c
@@ -219,7 +219,6 @@ static MACHINE_CONFIG_START( contra, contra_state )
MCFG_SCREEN_VISIBLE_AREA(0*8, 35*8-1, 2*8, 30*8-1)
MCFG_SCREEN_UPDATE_DRIVER(contra_state, screen_update_contra)
MCFG_SCREEN_PALETTE("palette")
- MCFG_SCREEN_ORIENTATION(ROT90)
MCFG_GFXDECODE_ADD("gfxdecode", "palette", contra)