summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vectrex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vectrex.cpp')
-rw-r--r--src/mame/drivers/vectrex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vectrex.cpp b/src/mame/drivers/vectrex.cpp
index 446d36edff6..e6cfc5927bc 100644
--- a/src/mame/drivers/vectrex.cpp
+++ b/src/mame/drivers/vectrex.cpp
@@ -97,7 +97,7 @@ SLOT_INTERFACE_END
static MACHINE_CONFIG_START( vectrex )
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", M6809, XTAL_6MHz / 4) // 68A09
+ MCFG_CPU_ADD("maincpu", MC6809, XTAL_6MHz) // 68A09
MCFG_CPU_PROGRAM_MAP(vectrex_map)
/* video hardware */