summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/goal92.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/goal92.c')
-rw-r--r--src/mame/drivers/goal92.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/goal92.c b/src/mame/drivers/goal92.c
index cf828ab9c53..43c450bf3d3 100644
--- a/src/mame/drivers/goal92.c
+++ b/src/mame/drivers/goal92.c
@@ -322,6 +322,7 @@ static MACHINE_CONFIG_START( goal92, goal92_state )
MCFG_SCREEN_VISIBLE_AREA(0*8, 40*8-1, 1*8, 31*8-1) // black border at bottom is a game bug...
MCFG_SCREEN_UPDATE_DRIVER(goal92_state, screen_update_goal92)
MCFG_SCREEN_VBLANK_DRIVER(goal92_state, screen_eof_goal92)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", goal92)
MCFG_PALETTE_ADD("palette", 128*16)