summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vectrix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vectrix.cpp')
-rw-r--r--src/mame/drivers/vectrix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vectrix.cpp b/src/mame/drivers/vectrix.cpp
index 1dbe2971987..e7b0c95bf47 100644
--- a/src/mame/drivers/vectrix.cpp
+++ b/src/mame/drivers/vectrix.cpp
@@ -46,7 +46,7 @@ static INPUT_PORTS_START( vectrix )
INPUT_PORTS_END
MACHINE_CONFIG_START(vectrix_state::vectrix)
- MCFG_CPU_ADD("maincpu", I8088, XTAL_14_31818MHz/3) // no idea of clock
+ MCFG_CPU_ADD("maincpu", I8088, XTAL(14'318'181)/3) // no idea of clock
MCFG_CPU_PROGRAM_MAP(mem_map)
MCFG_CPU_IO_MAP(io_map)