summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fromanc2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fromanc2.c')
-rw-r--r--src/mame/drivers/fromanc2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/fromanc2.c b/src/mame/drivers/fromanc2.c
index d8a5d60b603..23226dda05d 100644
--- a/src/mame/drivers/fromanc2.c
+++ b/src/mame/drivers/fromanc2.c
@@ -537,7 +537,7 @@ static MACHINE_CONFIG_START( fromanc2, fromanc2_state )
MCFG_EEPROM_SERIAL_93C46_ADD("eeprom")
/* video hardware */
- MCFG_GFXDECODE_ADD("gfxdecode", fromanc2)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", fromanc2)
MCFG_PALETTE_ADD("palette", 4096)
MCFG_DEFAULT_LAYOUT(layout_dualhsxs)
@@ -589,7 +589,7 @@ static MACHINE_CONFIG_START( fromancr, fromanc2_state )
MCFG_EEPROM_SERIAL_93C46_ADD("eeprom")
/* video hardware */
- MCFG_GFXDECODE_ADD("gfxdecode", fromancr)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", fromancr)
MCFG_PALETTE_ADD("palette", 4096)
MCFG_DEFAULT_LAYOUT(layout_dualhsxs)
@@ -637,7 +637,7 @@ static MACHINE_CONFIG_START( fromanc4, fromanc2_state )
MCFG_EEPROM_SERIAL_93C46_ADD("eeprom")
/* video hardware */
- MCFG_GFXDECODE_ADD("gfxdecode", fromancr)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", fromancr)
MCFG_PALETTE_ADD("palette", 4096)
MCFG_DEFAULT_LAYOUT(layout_dualhsxs)