summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pengo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pengo.c')
-rw-r--r--src/mame/drivers/pengo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/pengo.c b/src/mame/drivers/pengo.c
index ef67b042c57..2a921f26e2b 100644
--- a/src/mame/drivers/pengo.c
+++ b/src/mame/drivers/pengo.c
@@ -388,7 +388,6 @@ static MACHINE_CONFIG_START( pengo, pengo_state )
MCFG_SCREEN_RAW_PARAMS(PIXEL_CLOCK, HTOTAL, HBEND, HBSTART, VTOTAL, VBEND, VBSTART)
MCFG_SCREEN_UPDATE_DRIVER(pengo_state, screen_update_pacman)
MCFG_SCREEN_PALETTE("palette")
- MCFG_SCREEN_ORIENTATION(ROT90)
MCFG_VIDEO_START_OVERRIDE(pengo_state,pengo)