summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ltcasino.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ltcasino.c')
-rw-r--r--src/mame/drivers/ltcasino.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/ltcasino.c b/src/mame/drivers/ltcasino.c
index e5ab2f2f298..ef9b1824600 100644
--- a/src/mame/drivers/ltcasino.c
+++ b/src/mame/drivers/ltcasino.c
@@ -658,8 +658,9 @@ static MACHINE_CONFIG_START( ltcasino, ltcasino_state )
MCFG_SCREEN_REFRESH_RATE(60)
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0))
MCFG_SCREEN_SIZE(64*8, 32*8)
- MCFG_SCREEN_VISIBLE_AREA(6*8, 58*8-1, 0, 32*8-1)
+ MCFG_SCREEN_VISIBLE_AREA(6*8, 58*8-1, 0, 32*8-1)
MCFG_SCREEN_UPDATE_DRIVER(ltcasino_state, screen_update_ltcasino)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", ltcasino)
MCFG_PALETTE_ADD("palette", 0x100)