summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/statriv2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/statriv2.cpp')
-rw-r--r--src/mame/drivers/statriv2.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/statriv2.cpp b/src/mame/drivers/statriv2.cpp
index ce1a3e5d27b..4cbb3a179ef 100644
--- a/src/mame/drivers/statriv2.cpp
+++ b/src/mame/drivers/statriv2.cpp
@@ -630,8 +630,7 @@ MACHINE_CONFIG_START(statriv2_state::statriv2)
MCFG_SCREEN_UPDATE_DRIVER(statriv2_state, screen_update_statriv2)
MCFG_SCREEN_PALETTE("palette")
- MCFG_DEVICE_ADD("tms", TMS9927, MASTER_CLOCK/2/8)
- MCFG_TMS9927_CHAR_WIDTH(8)
+ TMS9927(config, m_tms, MASTER_CLOCK/2/8).set_char_width(8);
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_horizontal)
MCFG_PALETTE_ADD("palette", 2*64)