summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/warriorb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/warriorb.cpp')
-rw-r--r--src/mame/drivers/warriorb.cpp12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/mame/drivers/warriorb.cpp b/src/mame/drivers/warriorb.cpp
index 2044fdd5196..d1bb5270267 100644
--- a/src/mame/drivers/warriorb.cpp
+++ b/src/mame/drivers/warriorb.cpp
@@ -456,10 +456,9 @@ void warriorb_state::darius2d(machine_config &config)
TC0100SCN(config, m_tc0100scn[0], 0);
m_tc0100scn[0]->set_gfx_region(1);
- m_tc0100scn[0]->set_tx_region(3);
m_tc0100scn[0]->set_offsets(4, 0);
m_tc0100scn[0]->set_gfxdecode_tag(m_gfxdecode);
- m_tc0100scn[0]->set_palette_tag(m_palette);
+ m_tc0100scn[0]->set_palette(m_palette);
TC0110PCR(config, m_tc0110pcr[0], 0, m_palette);
@@ -473,11 +472,10 @@ void warriorb_state::darius2d(machine_config &config)
TC0100SCN(config, m_tc0100scn[1], 0);
m_tc0100scn[1]->set_gfx_region(2);
- m_tc0100scn[1]->set_tx_region(3);
m_tc0100scn[1]->set_offsets(4, 0);
m_tc0100scn[1]->set_multiscr_hack(1);
m_tc0100scn[1]->set_gfxdecode_tag(m_gfxdecode);
- m_tc0100scn[1]->set_palette_tag("palette2");
+ m_tc0100scn[1]->set_palette("palette2");
TC0110PCR(config, m_tc0110pcr[1], 0, "palette2");
@@ -539,10 +537,9 @@ void warriorb_state::warriorb(machine_config &config)
TC0100SCN(config, m_tc0100scn[0], 0);
m_tc0100scn[0]->set_gfx_region(1);
- m_tc0100scn[0]->set_tx_region(3);
m_tc0100scn[0]->set_offsets(4, 0);
m_tc0100scn[0]->set_gfxdecode_tag(m_gfxdecode);
- m_tc0100scn[0]->set_palette_tag(m_palette);
+ m_tc0100scn[0]->set_palette(m_palette);
TC0110PCR(config, m_tc0110pcr[0], 0, m_palette);
@@ -556,12 +553,11 @@ void warriorb_state::warriorb(machine_config &config)
TC0100SCN(config, m_tc0100scn[1], 0);
m_tc0100scn[1]->set_gfx_region(2);
- m_tc0100scn[1]->set_tx_region(3);
m_tc0100scn[1]->set_offsets(4, 0);
m_tc0100scn[1]->set_multiscr_xoffs(1);
m_tc0100scn[1]->set_multiscr_hack(1);
m_tc0100scn[1]->set_gfxdecode_tag(m_gfxdecode);
- m_tc0100scn[1]->set_palette_tag("palette2");
+ m_tc0100scn[1]->set_palette("palette2");
TC0110PCR(config, m_tc0110pcr[1], 0, "palette2");