summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/terracre.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/terracre.c')
-rw-r--r--src/mame/drivers/terracre.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/terracre.c b/src/mame/drivers/terracre.c
index cd2ed9be845..c144590f72e 100644
--- a/src/mame/drivers/terracre.c
+++ b/src/mame/drivers/terracre.c
@@ -530,7 +530,7 @@ static MACHINE_CONFIG_START( amazon, terracre_state )
MCFG_SCREEN_UPDATE_DRIVER(terracre_state, screen_update_amazon)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", terracre)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", terracre)
MCFG_PALETTE_ADD("palette", 1*16+16*16+16*256)
MCFG_PALETTE_INDIRECT_ENTRIES(256)
MCFG_PALETTE_INIT_OWNER(terracre_state, terracre)
@@ -565,7 +565,7 @@ static MACHINE_CONFIG_START( ym3526, terracre_state )
MCFG_SCREEN_UPDATE_DRIVER(terracre_state, screen_update_amazon)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", terracre)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", terracre)
MCFG_PALETTE_ADD("palette", 1*16+16*16+16*256)
MCFG_PALETTE_INDIRECT_ENTRIES(256)
MCFG_PALETTE_INIT_OWNER(terracre_state, terracre)
@@ -600,7 +600,7 @@ static MACHINE_CONFIG_START( ym2203, terracre_state )
MCFG_SCREEN_UPDATE_DRIVER(terracre_state, screen_update_amazon)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", terracre)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", terracre)
MCFG_PALETTE_ADD("palette", 1*16+16*16+16*256)
MCFG_PALETTE_INDIRECT_ENTRIES(256)
MCFG_PALETTE_INIT_OWNER(terracre_state, terracre)