From 9b178efd2d10ecac07695f97d2cd3e7e77d2c648 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Mon, 10 Apr 2017 00:11:50 +1000 Subject: (nw) Fixed validation warning. --- src/mame/drivers/mtouchxl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/mtouchxl.cpp b/src/mame/drivers/mtouchxl.cpp index d0145cc168a..af3ad4c572f 100644 --- a/src/mame/drivers/mtouchxl.cpp +++ b/src/mame/drivers/mtouchxl.cpp @@ -111,7 +111,7 @@ DRIVER_INIT_MEMBER(mt6k_state,at) } static MACHINE_CONFIG_START( at486, mt6k_state ) - MCFG_CPU_REPLACE("maincpu", I486, 25000000) + MCFG_CPU_ADD("maincpu", I486, 25000000) MCFG_CPU_PROGRAM_MAP(at32_map) MCFG_CPU_IO_MAP(at32_io) MCFG_CPU_IRQ_ACKNOWLEDGE_DEVICE("mb:pic8259_master", pic8259_device, inta_cb) -- cgit v1.2.3