summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/brkthru.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/brkthru.c')
-rw-r--r--src/mame/drivers/brkthru.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/brkthru.c b/src/mame/drivers/brkthru.c
index e620cd2b05e..6e35f97c08e 100644
--- a/src/mame/drivers/brkthru.c
+++ b/src/mame/drivers/brkthru.c
@@ -381,7 +381,7 @@ static MACHINE_CONFIG_START( brkthru, brkthru_state )
/* video hardware */
- MCFG_GFXDECODE_ADD("gfxdecode", brkthru)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", brkthru)
MCFG_PALETTE_ADD("palette", 256)
MCFG_PALETTE_INIT_OWNER(brkthru_state, brkthru)
@@ -419,7 +419,7 @@ static MACHINE_CONFIG_START( darwin, brkthru_state )
/* video hardware */
- MCFG_GFXDECODE_ADD("gfxdecode", brkthru)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", brkthru)
MCFG_PALETTE_ADD("palette", 256)
MCFG_PALETTE_INIT_OWNER(brkthru_state, brkthru)