summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/d400.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/d400.cpp')
-rw-r--r--src/mame/drivers/d400.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/d400.cpp b/src/mame/drivers/d400.cpp
index 4cd972bab2f..d3d943d8eb0 100644
--- a/src/mame/drivers/d400.cpp
+++ b/src/mame/drivers/d400.cpp
@@ -38,7 +38,7 @@ static INPUT_PORTS_START( d461 )
INPUT_PORTS_END
static MACHINE_CONFIG_START( d461 )
- MCFG_CPU_ADD("maincpu", MC6809E, 4'000'000) // HD68B09EP
+ MCFG_CPU_ADD("maincpu", M6809, 4'000'000)
MCFG_CPU_PROGRAM_MAP(mem_map)
MCFG_DEVICE_ADD("novram", X2210, 0)