summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-07-12 13:09:10 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-07-12 13:09:10 -0400
commit5e8a1483f8f41684a880fe62bfbbdff198dcd245 (patch)
tree8480c9294b8bd42cf75b8c69e2b8bc992ea41c0a
parent6436854f381008846ed67437d643b8b021c6a3bb (diff)
maniach: CPU type identification (nw)
-rw-r--r--src/mame/drivers/matmania.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/matmania.cpp b/src/mame/drivers/matmania.cpp
index e06f1a6e894..44baf20f779 100644
--- a/src/mame/drivers/matmania.cpp
+++ b/src/mame/drivers/matmania.cpp
@@ -349,7 +349,7 @@ MACHINE_CONFIG_START(matmania_state::maniach)
MCFG_DEVICE_PROGRAM_MAP(maniach_map)
MCFG_DEVICE_VBLANK_INT_DRIVER("screen", matmania_state, irq0_line_hold)
- MCFG_DEVICE_ADD("audiocpu", M6809, 1500000) /* 1.5 MHz ???? */
+ MCFG_DEVICE_ADD("audiocpu", MC6809E, 1500000) /* 1.5 MHz ???? (HD68A09EP) */
MCFG_DEVICE_PROGRAM_MAP(maniach_sound_map)
MCFG_DEVICE_ADD("mcu", TAITO68705_MCU, 1500000*2) /* (don't know really how fast, but it doesn't need to even be this fast) */