summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tryout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tryout.c')
-rw-r--r--src/mame/drivers/tryout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/tryout.c b/src/mame/drivers/tryout.c
index 37ae3318f66..c44ff693fdf 100644
--- a/src/mame/drivers/tryout.c
+++ b/src/mame/drivers/tryout.c
@@ -205,6 +205,7 @@ static MACHINE_CONFIG_START( tryout, tryout_state )
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 1*8, 31*8-1)
MCFG_SCREEN_UPDATE_DRIVER(tryout_state, screen_update)
MCFG_SCREEN_PALETTE("palette")
+ MCFG_SCREEN_ORIENTATION(ROT90)
MCFG_GFXDECODE_ADD("gfxdecode", "palette", tryout)
MCFG_PALETTE_ADD("palette", 0x20)