summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/crbaloon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/crbaloon.c')
-rw-r--r--src/mame/drivers/crbaloon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/crbaloon.c b/src/mame/drivers/crbaloon.c
index 1e52406c0e7..b332ca11ff4 100644
--- a/src/mame/drivers/crbaloon.c
+++ b/src/mame/drivers/crbaloon.c
@@ -379,6 +379,7 @@ static MACHINE_CONFIG_START( crbaloon, crbaloon_state )
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 0*8, 28*8-1)
MCFG_SCREEN_UPDATE_DRIVER(crbaloon_state, screen_update_crbaloon)
MCFG_SCREEN_PALETTE("palette")
+ MCFG_SCREEN_ORIENTATION(ROT90)
/* audio hardware */
MCFG_FRAGMENT_ADD(crbaloon_audio)