summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galpani3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galpani3.c')
-rw-r--r--src/mame/drivers/galpani3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/galpani3.c b/src/mame/drivers/galpani3.c
index 23ed066a591..dd00689032e 100644
--- a/src/mame/drivers/galpani3.c
+++ b/src/mame/drivers/galpani3.c
@@ -510,7 +510,6 @@ static MACHINE_CONFIG_START( galpani3, galpani3_state )
MCFG_SCREEN_VISIBLE_AREA(0*8, 40*8-1, 0*8, 30*8-1)
//MCFG_SCREEN_VISIBLE_AREA(0*8, 64*8-1, 0*8, 64*8-1)
MCFG_SCREEN_UPDATE_DRIVER(galpani3_state, screen_update_galpani3)
- MCFG_SCREEN_ORIENTATION(ROT90)
MCFG_EEPROM_SERIAL_93C46_ADD("eeprom")