summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/mmodular.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/mmodular.c')
-rw-r--r--src/mess/drivers/mmodular.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/drivers/mmodular.c b/src/mess/drivers/mmodular.c
index 20f3169922c..746c349116b 100644
--- a/src/mess/drivers/mmodular.c
+++ b/src/mess/drivers/mmodular.c
@@ -1521,6 +1521,7 @@ static MACHINE_CONFIG_FRAGMENT ( chess_common )
MCFG_SCREEN_SIZE(100, 22)
MCFG_SCREEN_VISIBLE_AREA(0, 100-1, 0, 22-3)
MCFG_SCREEN_UPDATE_DEVICE("hd44780", hd44780_device, screen_update)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_PALETTE_ADD("palette", 2)
MCFG_PALETTE_INIT_OWNER(polgar_state,chess_lcd)
MCFG_QUANTUM_TIME(attotime::from_hz(60))