summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/hp48.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/hp48.c')
-rw-r--r--src/mess/drivers/hp48.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/drivers/hp48.c b/src/mess/drivers/hp48.c
index 1f72e352016..eb519c457f0 100644
--- a/src/mess/drivers/hp48.c
+++ b/src/mess/drivers/hp48.c
@@ -946,6 +946,7 @@ static MACHINE_CONFIG_START( hp48_common, hp48_state )
MCFG_SCREEN_SIZE ( 131, 64 )
MCFG_SCREEN_VISIBLE_AREA( 0, 130, 0, 63 )
MCFG_SCREEN_UPDATE_DRIVER(hp48_state, screen_update_hp48)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_PALETTE_ADD( "palette", 256 ) /* monochrome, but with varying contrast and grayscale */
MCFG_PALETTE_INIT_OWNER(hp48_state, hp48)