summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/igspoker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/igspoker.c')
-rw-r--r--src/mame/drivers/igspoker.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/igspoker.c b/src/mame/drivers/igspoker.c
index 54aaab01f89..93463ef094e 100644
--- a/src/mame/drivers/igspoker.c
+++ b/src/mame/drivers/igspoker.c
@@ -1787,6 +1787,7 @@ static MACHINE_CONFIG_START( igspoker, igspoker_state )
MCFG_SCREEN_SIZE(64*8, 32*8) // TODO: wrong screen size!
MCFG_SCREEN_VISIBLE_AREA(0*8, 64*8-1, 0, 32*8-1)
MCFG_SCREEN_UPDATE_DRIVER(igspoker_state, screen_update_igs_video)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", igspoker)
MCFG_PALETTE_ADD("palette", 2048)