summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dccons.cpp
diff options
context:
space:
mode:
author David Haywood <hazemamewip@hotmail.com>2017-10-11 21:23:26 +0100
committer Angelo Salese <angelosa@users.noreply.github.com>2017-10-11 22:23:26 +0200
commit7851b3786c8d0438fc84d78c30c85a144b1dec8c (patch)
treea81406c1366d3a317f341befb47420cc8d18cd7c /src/mame/drivers/dccons.cpp
parentd76a6659cb81445c70053397ace40bc7c1258326 (diff)
Preliminary SH3 / SH4 recompiler [David Haywood] (#2711)
Diffstat (limited to 'src/mame/drivers/dccons.cpp')
-rw-r--r--src/mame/drivers/dccons.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/dccons.cpp b/src/mame/drivers/dccons.cpp
index d5cbb09e2b4..746d7979e8a 100644
--- a/src/mame/drivers/dccons.cpp
+++ b/src/mame/drivers/dccons.cpp
@@ -589,6 +589,8 @@ static MACHINE_CONFIG_START( dc )
MCFG_SH4_CLOCK(CPU_CLOCK)
MCFG_CPU_PROGRAM_MAP(dc_map)
MCFG_CPU_IO_MAP(dc_port)
+ MCFG_CPU_FORCE_NO_DRC()
+
MCFG_TIMER_DRIVER_ADD_SCANLINE("scantimer", dc_state, dc_scanline, "screen", 0, 1)
MCFG_CPU_ADD("soundcpu", ARM7, ((XTAL_33_8688MHz*2)/3)/8) // AICA bus clock is 2/3rds * 33.8688. ARM7 gets 1 bus cycle out of each 8.