summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/exprraid.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-12-08 18:44:23 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-12-08 18:44:31 -0500
commit13a70d311857594b48f581943a832190b468809a (patch)
treeef0c2fd7ff32dfd3ef4190468e56e7a80584fdb6 /src/mame/drivers/exprraid.cpp
parent86de1bea06a70d4ec6c0fb17078e0d95d25c9be6 (diff)
m6809: Start resolving the great device type/clock divider mix-up
Diffstat (limited to 'src/mame/drivers/exprraid.cpp')
-rw-r--r--src/mame/drivers/exprraid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/exprraid.cpp b/src/mame/drivers/exprraid.cpp
index 97ee4be9c18..14ae38946c9 100644
--- a/src/mame/drivers/exprraid.cpp
+++ b/src/mame/drivers/exprraid.cpp
@@ -494,7 +494,7 @@ static MACHINE_CONFIG_START( exprraid )
MCFG_CPU_PROGRAM_MAP(master_map)
MCFG_CPU_IO_MAP(master_io_map)
- MCFG_CPU_ADD("slave", M6809, XTAL_12MHz / 8)
+ MCFG_CPU_ADD("slave", MC6809, XTAL_12MHz / 2) // MC68B09P
MCFG_CPU_PROGRAM_MAP(slave_map)
/* IRQs are caused by the YM3526 */