summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pushman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pushman.c')
-rw-r--r--src/mame/drivers/pushman.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/pushman.c b/src/mame/drivers/pushman.c
index e9ee88c6ff9..3811e451ec5 100644
--- a/src/mame/drivers/pushman.c
+++ b/src/mame/drivers/pushman.c
@@ -435,6 +435,7 @@ static MACHINE_CONFIG_START( pushman, pushman_state )
MCFG_SCREEN_SIZE(32*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 2*8, 30*8-1)
MCFG_SCREEN_UPDATE_DRIVER(pushman_state, screen_update_pushman)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", pushman)
@@ -482,6 +483,7 @@ static MACHINE_CONFIG_START( bballs, pushman_state )
MCFG_SCREEN_SIZE(32*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 2*8, 30*8-1)
MCFG_SCREEN_UPDATE_DRIVER(pushman_state, screen_update_pushman)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", pushman)