summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cyclemb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cyclemb.c')
-rw-r--r--src/mame/drivers/cyclemb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/cyclemb.c b/src/mame/drivers/cyclemb.c
index 4b053ac1278..1ef2382e9a6 100644
--- a/src/mame/drivers/cyclemb.c
+++ b/src/mame/drivers/cyclemb.c
@@ -917,6 +917,7 @@ static MACHINE_CONFIG_START( cyclemb, cyclemb_state )
MCFG_SCREEN_SIZE(32*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 2*8, 30*8-1)
MCFG_SCREEN_UPDATE_DRIVER(cyclemb_state, screen_update_cyclemb)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", cyclemb)
MCFG_PALETTE_ADD("palette", 256)