summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/cfx9850.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/cfx9850.c')
-rw-r--r--src/mess/drivers/cfx9850.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/drivers/cfx9850.c b/src/mess/drivers/cfx9850.c
index 756de4b8e49..3b2593b8d9b 100644
--- a/src/mess/drivers/cfx9850.c
+++ b/src/mess/drivers/cfx9850.c
@@ -265,6 +265,7 @@ static MACHINE_CONFIG_START( cfx9850, cfx9850_state )
MCFG_SCREEN_SIZE( 128, 64 )
MCFG_SCREEN_VISIBLE_AREA( 0, 127, 0, 63 )
MCFG_SCREEN_UPDATE_DRIVER(cfx9850_state, screen_update_cfx9850)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_DEFAULT_LAYOUT(layout_lcd)