summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-03-03 07:49:15 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-03-03 07:49:15 +0000
commita94cb44771ce468a739fbf212ce8fc4c0a2d7c29 (patch)
treea8a2bd8eaa40d163b3c0eec902a7e4eb895308b4 /src
parentb1b3e63a529a6fae9b74dff36d2e25bad36efc93 (diff)
guttangt fix (nw)
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/galaxold.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/galaxold.c b/src/mame/drivers/galaxold.c
index 974051b3b57..fedbe8d72b3 100644
--- a/src/mame/drivers/galaxold.c
+++ b/src/mame/drivers/galaxold.c
@@ -2451,6 +2451,7 @@ static MACHINE_CONFIG_DERIVED( guttang, galaxian )
MCFG_DEVICE_REMOVE("palette")
MCFG_PALETTE_ADD("palette", 32+2+64+1) /* 32 for the characters, 2 for the bullets, 64 for the stars, 1 for background */
+ MCFG_PALETTE_INIT_OWNER(galaxold_state,galaxold)
// MCFG_PALETTE_INIT_OWNER(galaxold_state,scrambold)
MCFG_VIDEO_START_OVERRIDE(galaxold_state,mooncrst)
MACHINE_CONFIG_END