summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/labyrunr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/labyrunr.c')
-rw-r--r--src/mame/drivers/labyrunr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/labyrunr.c b/src/mame/drivers/labyrunr.c
index d21b85bdaef..5fbf32a91bd 100644
--- a/src/mame/drivers/labyrunr.c
+++ b/src/mame/drivers/labyrunr.c
@@ -179,6 +179,7 @@ static MACHINE_CONFIG_START( labyrunr, labyrunr_state )
MCFG_SCREEN_VISIBLE_AREA(0*8, 35*8-1, 2*8, 30*8-1)
MCFG_SCREEN_UPDATE_DRIVER(labyrunr_state, screen_update_labyrunr)
MCFG_SCREEN_PALETTE("palette")
+ MCFG_SCREEN_ORIENTATION(ROT90)
MCFG_GFXDECODE_ADD("gfxdecode", "palette", labyrunr)
MCFG_PALETTE_ADD("palette", 2*8*16*16)