From 8943dd6121cdbaa3e46e79911ff4a5761f9d745c Mon Sep 17 00:00:00 2001 From: hap Date: Thu, 27 Jul 2017 15:54:10 +0200 Subject: fidel6502: previous fdes2100 correction wasn't completely right (nw) --- src/mame/drivers/fidel6502.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/fidel6502.cpp b/src/mame/drivers/fidel6502.cpp index 780c4740fa1..c312dc11d49 100644 --- a/src/mame/drivers/fidel6502.cpp +++ b/src/mame/drivers/fidel6502.cpp @@ -361,7 +361,7 @@ Ricoh RP65C02G CPU, 3MHz XTAL PCB label 510.1129A01 basically same as (Par) Excellence hardware, reskinned board -Designer 2100 (model 6103): exactly same, but running at 6MHz +Designer 2100 (model 6103): exactly same, but running at 5MHz Designer 2100 Display (model 6106) ---------------- @@ -1793,7 +1793,7 @@ MACHINE_CONFIG_END static MACHINE_CONFIG_DERIVED( fdes2100, fexcel ) /* basic machine hardware */ - MCFG_CPU_REPLACE("maincpu", M65C02, XTAL_6MHz) // WDC 65C02 + MCFG_CPU_REPLACE("maincpu", M65C02, XTAL_5MHz) // WDC 65C02 MCFG_CPU_PROGRAM_MAP(fexcelp_map) // change irq timer frequency -- cgit v1.2.3