summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cloud9.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cloud9.c')
-rw-r--r--src/mame/drivers/cloud9.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cloud9.c b/src/mame/drivers/cloud9.c
index 74702fcb6e4..8e26212bd3d 100644
--- a/src/mame/drivers/cloud9.c
+++ b/src/mame/drivers/cloud9.c
@@ -434,7 +434,7 @@ static MACHINE_CONFIG_START( cloud9, cloud9_state )
MCFG_SCREEN_VBLANK_TIME(0) /* VBLANK is handled manually */
MCFG_SCREEN_VISIBLE_AREA(0, 255, 0, 231)
MCFG_SCREEN_UPDATE_DRIVER(cloud9_state, screen_update_cloud9)
-
+ MCFG_SCREEN_PALETTE("palette")
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")