summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hikaru.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hikaru.cpp')
-rw-r--r--src/mame/drivers/hikaru.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hikaru.cpp b/src/mame/drivers/hikaru.cpp
index 129fc920c3b..ddc1feb620a 100644
--- a/src/mame/drivers/hikaru.cpp
+++ b/src/mame/drivers/hikaru.cpp
@@ -498,7 +498,7 @@ static MACHINE_CONFIG_START( hikaru )
// MCFG_CPU_IO_MAP(hikaru_port)
MCFG_CPU_FORCE_NO_DRC()
// MCFG_CPU_VBLANK_INT("screen", hikaru,vblank)
-
+
MCFG_CPU_ADD("slave", SH4LE, CPU_CLOCK)
MCFG_CPU_PROGRAM_MAP(hikaru_map_slave)
MCFG_CPU_FORCE_NO_DRC()