diff options
Diffstat (limited to 'src/mame/drivers/squale.cpp')
-rw-r--r-- | src/mame/drivers/squale.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/squale.cpp b/src/mame/drivers/squale.cpp index 3e37cfceb16..76b2028ba34 100644 --- a/src/mame/drivers/squale.cpp +++ b/src/mame/drivers/squale.cpp @@ -780,7 +780,7 @@ void squale_state::machine_reset() static MACHINE_CONFIG_START( squale ) /* basic machine hardware */ - MCFG_CPU_ADD("maincpu", MC6809, CPU_CLOCK) + MCFG_CPU_ADD("maincpu",M6809E, CPU_CLOCK) // 12/2015 : Should be set to M6809 but it actually have the wrong clock divisor (1 instead of 4) and working 4 times too fast... MCFG_CPU_PROGRAM_MAP(squale_mem) MCFG_CPU_IO_MAP(squale_io) |