summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/statriv2.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-02-28 18:04:30 -0500
committer AJR <ajrhacker@users.noreply.github.com>2018-02-28 18:04:39 -0500
commit5c8b9fc33d4c9bbfe7e153af4c95be4054f0febe (patch)
tree27ff5525543e381c5252329b0b36ebc80937f7bd /src/mame/drivers/statriv2.cpp
parentcbe301c4600be81a773d1acc9327834fbb03bc90 (diff)
tms9927: Configure using character clock rather than dot clock
Diffstat (limited to 'src/mame/drivers/statriv2.cpp')
-rw-r--r--src/mame/drivers/statriv2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/statriv2.cpp b/src/mame/drivers/statriv2.cpp
index a5a1ed1d783..29ea50afef1 100644
--- a/src/mame/drivers/statriv2.cpp
+++ b/src/mame/drivers/statriv2.cpp
@@ -620,7 +620,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)
+ MCFG_DEVICE_ADD("tms", TMS9927, MASTER_CLOCK/2/8)
MCFG_TMS9927_CHAR_WIDTH(8)
MCFG_GFXDECODE_ADD("gfxdecode", "palette", horizontal)