summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/unkhorse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/unkhorse.c')
-rw-r--r--src/mame/drivers/unkhorse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/unkhorse.c b/src/mame/drivers/unkhorse.c
index d901f86a4f3..b2f0daada09 100644
--- a/src/mame/drivers/unkhorse.c
+++ b/src/mame/drivers/unkhorse.c
@@ -217,8 +217,8 @@ static MACHINE_CONFIG_START( horse, horse_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0))
MCFG_SCREEN_SIZE(32*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 1*8, 31*8-1)
-
MCFG_SCREEN_UPDATE_DRIVER(horse_state, screen_update_horse)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_PALETTE_ADD("palette", 8)
MCFG_PALETTE_INIT_OWNER(horse_state, horse)