summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/thomson.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/thomson.cpp')
-rw-r--r--src/mame/drivers/thomson.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/thomson.cpp b/src/mame/drivers/thomson.cpp
index 3195b00baff..8b5e9086f6d 100644
--- a/src/mame/drivers/thomson.cpp
+++ b/src/mame/drivers/thomson.cpp
@@ -623,8 +623,8 @@ static MACHINE_CONFIG_START( to7 )
MCFG_MACHINE_RESET_OVERRIDE( thomson_state, to7 )
/* cpu */
- MCFG_CPU_ADD("maincpu", MC6809E, 1000000)
- MCFG_CPU_PROGRAM_MAP(to7)
+ MCFG_CPU_ADD ( "maincpu", M6809, 1000000 )
+ MCFG_CPU_PROGRAM_MAP ( to7)
MCFG_INPUT_MERGER_ANY_HIGH("mainirq")
MCFG_INPUT_MERGER_OUTPUT_HANDLER(INPUTLINE("maincpu", M6809_IRQ_LINE))