summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/pet.c')
-rw-r--r--src/mess/drivers/pet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/pet.c b/src/mess/drivers/pet.c
index a16b0c97b7b..e071389d554 100644
--- a/src/mess/drivers/pet.c
+++ b/src/mess/drivers/pet.c
@@ -668,7 +668,7 @@ static MACHINE_CONFIG_START( pet_general, pet_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500)) /* not accurate */
MCFG_SCREEN_SIZE(320, 200)
MCFG_SCREEN_VISIBLE_AREA(0, 320 - 1, 0, 200 - 1)
- MCFG_SCREEN_UPDATE_STATIC( pet )
+ MCFG_SCREEN_UPDATE_DRIVER(pet_state, screen_update_pet)
MCFG_GFXDECODE( pet )
MCFG_PALETTE_LENGTH(ARRAY_LENGTH(pet_palette) / 3)