summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/twincobr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/twincobr.c')
-rw-r--r--src/mame/drivers/twincobr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/twincobr.c b/src/mame/drivers/twincobr.c
index f542823cd40..57b384cbc29 100644
--- a/src/mame/drivers/twincobr.c
+++ b/src/mame/drivers/twincobr.c
@@ -702,6 +702,7 @@ static MACHINE_CONFIG_START( twincobr, twincobr_state )
MCFG_SCREEN_RAW_PARAMS(XTAL_28MHz/4, 446, 0, 320, 286, 0, 240)
MCFG_SCREEN_UPDATE_DRIVER(twincobr_state, screen_update_toaplan0)
MCFG_SCREEN_VBLANK_DEVICE("spriteram16", buffered_spriteram16_device, vblank_copy_rising)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", twincobr)
MCFG_PALETTE_ADD("palette", 1792)