summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/brkthru.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-07-12 13:18:53 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-07-12 13:19:02 -0400
commitacc6bb9b63252a88255c4e9a6f8f5eff854dc4d0 (patch)
treee4976a7f1c308f78b9539ee18a3027a1391b0c00 /src/mame/drivers/brkthru.cpp
parent5e8a1483f8f41684a880fe62bfbbdff198dcd245 (diff)
darwin: Same mix of 6809 types as brkthru, apparently (nw)
Diffstat (limited to 'src/mame/drivers/brkthru.cpp')
-rw-r--r--src/mame/drivers/brkthru.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/brkthru.cpp b/src/mame/drivers/brkthru.cpp
index 745650e872e..a5e9da74bbf 100644
--- a/src/mame/drivers/brkthru.cpp
+++ b/src/mame/drivers/brkthru.cpp
@@ -417,10 +417,10 @@ MACHINE_CONFIG_END
MACHINE_CONFIG_START(brkthru_state::darwin)
/* basic machine hardware */
- MCFG_DEVICE_ADD("maincpu", M6809, MASTER_CLOCK/8) /* 1.5 MHz ? */
+ MCFG_DEVICE_ADD("maincpu", MC6809E, MASTER_CLOCK/8) /* 1.5 MHz ? */
MCFG_DEVICE_PROGRAM_MAP(darwin_map)
- MCFG_DEVICE_ADD("audiocpu", M6809, MASTER_CLOCK/8) /* 1.5 MHz ? */
+ MCFG_DEVICE_ADD("audiocpu", MC6809, MASTER_CLOCK/2) /* 1.5 MHz ? */
MCFG_DEVICE_PROGRAM_MAP(sound_map)