summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wgp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wgp.cpp')
-rw-r--r--src/mame/drivers/wgp.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/wgp.cpp b/src/mame/drivers/wgp.cpp
index f9e12bc6b52..e709c2e99e0 100644
--- a/src/mame/drivers/wgp.cpp
+++ b/src/mame/drivers/wgp.cpp
@@ -950,9 +950,8 @@ void wgp_state::wgp(machine_config &config)
TC0100SCN(config, m_tc0100scn, 0);
m_tc0100scn->set_gfx_region(1);
- m_tc0100scn->set_tx_region(3);
m_tc0100scn->set_gfxdecode_tag(m_gfxdecode);
- m_tc0100scn->set_palette_tag(m_palette);
+ m_tc0100scn->set_palette(m_palette);
/* sound hardware */
SPEAKER(config, "lspeaker").front_left();