summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/brkthru.cpp
diff options
context:
space:
mode:
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)