summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mirax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mirax.c')
-rw-r--r--src/mame/drivers/mirax.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/mirax.c b/src/mame/drivers/mirax.c
index e72b626d012..2bbeb94fdb7 100644
--- a/src/mame/drivers/mirax.c
+++ b/src/mame/drivers/mirax.c
@@ -486,7 +486,6 @@ static MACHINE_CONFIG_START( mirax, mirax_state )
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 1*8, 31*8-1)
MCFG_SCREEN_UPDATE_DRIVER(mirax_state, screen_update)
MCFG_SCREEN_PALETTE("palette")
- MCFG_SCREEN_ORIENTATION(ROT90)
MCFG_PALETTE_ADD("palette", 0x40)
MCFG_PALETTE_INIT_OWNER(mirax_state, mirax)