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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/hp48.c b/src/mess/drivers/hp48.c
index 73cff196b74..ec4f9eb5d19 100644
--- a/src/mess/drivers/hp48.c
+++ b/src/mess/drivers/hp48.c
@@ -953,7 +953,7 @@ static MACHINE_CONFIG_START( hp48_common, hp48_state )
MCFG_SCREEN_VBLANK_TIME(0)
MCFG_SCREEN_SIZE ( 131, 64 )
MCFG_SCREEN_VISIBLE_AREA( 0, 130, 0, 63 )
- MCFG_SCREEN_UPDATE_STATIC( hp48 )
+ MCFG_SCREEN_UPDATE_DRIVER(hp48_state, screen_update_hp48)
MCFG_PALETTE_LENGTH( 256 ) /* monochrome, but with varying contrast and grayscale */