summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wheelfir.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wheelfir.cpp')
-rw-r--r--src/mame/drivers/wheelfir.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/wheelfir.cpp b/src/mame/drivers/wheelfir.cpp
index 190e8ad59f7..0aa94a1ed9b 100644
--- a/src/mame/drivers/wheelfir.cpp
+++ b/src/mame/drivers/wheelfir.cpp
@@ -759,7 +759,8 @@ MACHINE_CONFIG_START(wheelfir_state::wheelfir)
MCFG_SCREEN_PALETTE("palette")
MCFG_PALETTE_ADD("palette", NUM_COLORS)
- MCFG_RAMDAC_ADD("ramdac", ramdac_map, "palette")
+ ramdac_device &ramdac(RAMDAC(config, "ramdac", 0, m_palette));
+ ramdac.set_addrmap(0, &wheelfir_state::ramdac_map);
EEPROM_93C46_16BIT(config, "eeprom");