summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/warpwarp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/warpwarp.c')
-rw-r--r--src/mame/drivers/warpwarp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/warpwarp.c b/src/mame/drivers/warpwarp.c
index 9a4e1ed7675..aaf74946915 100644
--- a/src/mame/drivers/warpwarp.c
+++ b/src/mame/drivers/warpwarp.c
@@ -742,6 +742,7 @@ static MACHINE_CONFIG_START( geebee, warpwarp_state )
MCFG_SCREEN_RAW_PARAMS(MASTER_CLOCK/3, 384, 0, 272, 264, 0, 224)
MCFG_SCREEN_UPDATE_DRIVER(warpwarp_state, screen_update)
MCFG_SCREEN_PALETTE("palette")
+ MCFG_SCREEN_ORIENTATION(ROT90)
MCFG_GFXDECODE_ADD("gfxdecode", "palette", 1k)
MCFG_PALETTE_ADD("palette", 4*2)
@@ -779,6 +780,7 @@ static MACHINE_CONFIG_START( bombbee, warpwarp_state )
MCFG_SCREEN_RAW_PARAMS(MASTER_CLOCK/3, 384, 0, 272, 264, 0, 224)
MCFG_SCREEN_UPDATE_DRIVER(warpwarp_state, screen_update)
MCFG_SCREEN_PALETTE("palette")
+ MCFG_SCREEN_ORIENTATION(ROT90)
MCFG_GFXDECODE_ADD("gfxdecode", "palette", color)