From 536c68f85a72fdeede0a17e21c84e92e88cef68e Mon Sep 17 00:00:00 2001 From: AJR Date: Mon, 16 Apr 2018 18:41:30 -0400 Subject: [PATCH] oscar: Another hardware note (nw) --- src/mame/drivers/dec8.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */