summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tr175.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tr175.cpp')
-rw-r--r--src/mame/drivers/tr175.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/tr175.cpp b/src/mame/drivers/tr175.cpp
index 88429cf2fef..a70aad110ff 100644
--- a/src/mame/drivers/tr175.cpp
+++ b/src/mame/drivers/tr175.cpp
@@ -106,9 +106,8 @@ void tr175_state::tr175(machine_config &config)
duart.irq_cb().set_inputline("maincpu", M68K_IRQ_1);
PALETTE(config, "palette", 0x100);
- ramdac_device &ramdac(RAMDAC(config, "ramdac", 0));
+ ramdac_device &ramdac(RAMDAC(config, "ramdac", 0, "palette"));
ramdac.set_addrmap(0, &tr175_state::ramdac_map);
- ramdac.set_palette("palette");
}