summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cvs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cvs.c')
-rw-r--r--src/mame/drivers/cvs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/cvs.c b/src/mame/drivers/cvs.c
index f4978b84613..7c9ed5a81d3 100644
--- a/src/mame/drivers/cvs.c
+++ b/src/mame/drivers/cvs.c
@@ -1009,7 +1009,6 @@ static MACHINE_CONFIG_START( cvs, cvs_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(1000))
MCFG_SCREEN_UPDATE_DRIVER(cvs_state, screen_update_cvs)
MCFG_SCREEN_PALETTE("palette")
- MCFG_SCREEN_ORIENTATION(ROT90)
MCFG_DEVICE_ADD("s2636_0", S2636, 0)
MCFG_S2636_WORKRAM_SIZE(0x100)