summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galastrm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galastrm.cpp')
-rw-r--r--src/mame/drivers/galastrm.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/galastrm.cpp b/src/mame/drivers/galastrm.cpp
index 40b7019d296..a19c507b24e 100644
--- a/src/mame/drivers/galastrm.cpp
+++ b/src/mame/drivers/galastrm.cpp
@@ -225,10 +225,9 @@ void galastrm_state::galastrm(machine_config &config)
TC0100SCN(config, m_tc0100scn, 0);
m_tc0100scn->set_gfx_region(0);
- m_tc0100scn->set_tx_region(2);
m_tc0100scn->set_offsets(-48, -56);
m_tc0100scn->set_gfxdecode_tag(m_gfxdecode);
- m_tc0100scn->set_palette_tag(m_palette);
+ m_tc0100scn->set_palette(m_palette);
TC0480SCP(config, m_tc0480scp, 0);
m_tc0480scp->set_gfx_region(1);