summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dominob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dominob.c')
-rw-r--r--src/mame/drivers/dominob.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/dominob.c b/src/mame/drivers/dominob.c
index 97eccc1bdf1..80130d05977 100644
--- a/src/mame/drivers/dominob.c
+++ b/src/mame/drivers/dominob.c
@@ -314,6 +314,7 @@ static MACHINE_CONFIG_START( dominob, dominob_state )
MCFG_SCREEN_SIZE(32*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 2*8, 32*8-1)
MCFG_SCREEN_UPDATE_DRIVER(dominob_state, screen_update_dominob)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", dominob)
MCFG_PALETTE_ADD("palette", 512)