diff options
Diffstat (limited to 'src/mess/drivers/hprot1.c')
-rw-r--r-- | src/mess/drivers/hprot1.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/drivers/hprot1.c b/src/mess/drivers/hprot1.c index 724c5fcfe71..fd6f401ac71 100644 --- a/src/mess/drivers/hprot1.c +++ b/src/mess/drivers/hprot1.c @@ -244,6 +244,8 @@ static MACHINE_CONFIG_START( hprot1, hprot1_state ) MCFG_SCREEN_UPDATE_DEVICE("hd44780", hd44780_device, screen_update) MCFG_SCREEN_SIZE(6*16, 9*2) MCFG_SCREEN_VISIBLE_AREA(0, 6*16-1, 0, 9*2-1) + MCFG_SCREEN_PALETTE("palette") + MCFG_DEFAULT_LAYOUT(layout_lcd) MCFG_PALETTE_ADD("palette", 2) MCFG_PALETTE_INIT_OWNER(hprot1_state, hprot1) |