summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mtouchxl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mtouchxl.cpp')
-rw-r--r--src/mame/drivers/mtouchxl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mtouchxl.cpp b/src/mame/drivers/mtouchxl.cpp
index 0f95c717d3e..bb59f313e23 100644
--- a/src/mame/drivers/mtouchxl.cpp
+++ b/src/mame/drivers/mtouchxl.cpp
@@ -116,7 +116,7 @@ static MACHINE_CONFIG_FRAGMENT(cdrom)
MACHINE_CONFIG_END
static MACHINE_CONFIG_START( at486, mt6k_state )
- MCFG_CPU_ADD("maincpu", I486, 25000000)
+ MCFG_CPU_ADD("maincpu", I486DX4, 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)