summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dec8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dec8.cpp')
-rw-r--r--src/mame/drivers/dec8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dec8.cpp b/src/mame/drivers/dec8.cpp
index 881afb56b24..6cd1c1dca0a 100644
--- a/src/mame/drivers/dec8.cpp
+++ b/src/mame/drivers/dec8.cpp
@@ -2321,7 +2321,7 @@ MACHINE_CONFIG_START(dec8_state::oscar)
MCFG_CPU_ADD("sub", HD6309, XTAL(12'000'000)/2) /* PCB seen both HD6309 or MC6809, clock verified on pcb */
MCFG_CPU_PROGRAM_MAP(oscar_sub_map)
- MCFG_CPU_ADD("audiocpu", DECO_222, XTAL(12'000'000)/8)
+ MCFG_CPU_ADD("audiocpu", DECO_222, XTAL(12'000'000)/8) // IC labeled "C10707-1"
MCFG_CPU_PROGRAM_MAP(oscar_s_map)
/* NMIs are caused by the main CPU */
MCFG_QUANTUM_TIME(attotime::from_hz(2400)) /* 40 CPU slices per frame */