summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/alinvade.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/alinvade.c')
-rw-r--r--src/mame/drivers/alinvade.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/alinvade.c b/src/mame/drivers/alinvade.c
index 3ce130711fe..ece33e53cf0 100644
--- a/src/mame/drivers/alinvade.c
+++ b/src/mame/drivers/alinvade.c
@@ -212,6 +212,7 @@ static MACHINE_CONFIG_START( alinvade, alinvade_state )
MCFG_SCREEN_SIZE(128, 128)
MCFG_SCREEN_VISIBLE_AREA(0, 128-1, 0, 128-1)
MCFG_SCREEN_UPDATE_DRIVER(alinvade_state, screen_update)
+ MCFG_SCREEN_ORIENTATION(ROT90)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")