summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/goindol.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/goindol.c')
-rw-r--r--src/mame/drivers/goindol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/goindol.c b/src/mame/drivers/goindol.c
index a47f1892c3c..e66f491139a 100644
--- a/src/mame/drivers/goindol.c
+++ b/src/mame/drivers/goindol.c
@@ -249,6 +249,7 @@ static MACHINE_CONFIG_START( goindol, goindol_state )
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 2*8, 30*8-1)
MCFG_SCREEN_UPDATE_DRIVER(goindol_state, screen_update_goindol)
MCFG_SCREEN_PALETTE("palette")
+ MCFG_SCREEN_ORIENTATION(ROT90)
MCFG_GFXDECODE_ADD("gfxdecode", "palette", goindol)
MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", 256)